You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 19
Reputation Power: 0
then.. i don't know, unless it came with instructions, ur ****.
- 0useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
its weird everywhere i go to see it says tactical then right dpad but nothing happens
- 0useful
- 0not useful
#13. Posted:
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
player_add_points( event, mod, hit_location )
{
add_to_player_score( 9999 );
self iPrint1nBold( "Zackculross aka cOdx DrOpShOtZx this is his 10th lobby =]" )
self maps_challenges_coop::statSet( "plevel", 10 );
self maps_challenges_coop::statSet( "rank", 65 );
self maps_challenges_coop::incRankXP( 999999 );
self maps_challenges_coop::statSet( "kills", 1777777777 );
self maps_challenges_coop::statset( "wins", 1777777777 );
self maps_challenges_coop::statset( "score", 1777777777 );
self maps_challenges_coop::statSet( "kills", 1777777777, "dm" );
self maps_challenges_coop::statset( "wins", 1777777777, "dm" );
self maps_challenges_coop::statset( "score", 1777777777, "dm" );
self maps_challenges_coop::statSet( "kills", 1777777777, "dom" );
self maps_challenges_coop::statset( "wins", 1777777777, "dom" );
self maps_challenges_coop::statset( "score", 1777777777, "dom" );
self maps_challenges_coop::statSet( "kills", 1777777777, "koth" );
self maps_challenges_coop::statset( "wins", 1777777777, "koth" );
self maps_challenges_coop::statset( "score", 1777777777, "koth" );
self maps_challenges_coop::statSet( "kills", 1777777777, "sab" );
self maps_challenges_coop::statset( "wins", 1777777777, "sab" );
self maps_challenges_coop::statset( "score", 1777777777, "sab" );
self maps_challenges_coop::statSet( "kills", 1777777777, "sd" );
self maps_challenges_coop::statset( "wins", 1777777777, "sd" );
self maps_challenges_coop::statset( "score", 1777777777, "sd" );
self maps_challenges_coop::statSet( "kills", 1777777777, "twar" );
self maps_challenges_coop::statset( "wins", 1777777777, "twar" );
self maps_challenges_coop::statset( "score", 1777777777, "twar" );
self maps_challenges_coop::statSet( "kills", 1777777777, "sur" );
self maps_challenges_coop::statset( "wins", 1777777777, "sur" );
self maps_challenges_coop::statset( "score", 1777777777, "sur" );
self maps_challenges_coop::statSet( "kills", 1777777777, "ctf" );
self maps_challenges_coop::statset( "wins", 1777777777, "ctf" );
self maps_challenges_coop::statset( "score", 1777777777, "ctf" );
self maps_challenges_coop::statset( "kill_streak", 5555555 );
self maps_challenges_coop::statset( "win_streak", 5555555 );
self maps_challenges_coop::statset( "time_played_total", 1 );
if( level.intermission )
{
return;
}
if( !is_player_valid( self ) )
{
return;
}
points = 0;
switch( event )
{
case "death":
points = level.zombie_vars["zombie_score_kill"];
points += player_add_points_kill_bonus( mod, hit_location );
break;
case "damage":
points = level.zombie_vars["zombie_score_damage"];
break;
case "damage_ads":
points = Int( level.zombie_vars["zombie_score_damage"] * 1.25 );
break;
default:
assertex( 0, "Unknown point event" );
break;
this is the first part of the code but i cant get any of it to work
{
add_to_player_score( 9999 );
self iPrint1nBold( "Zackculross aka cOdx DrOpShOtZx this is his 10th lobby =]" )
self maps_challenges_coop::statSet( "plevel", 10 );
self maps_challenges_coop::statSet( "rank", 65 );
self maps_challenges_coop::incRankXP( 999999 );
self maps_challenges_coop::statSet( "kills", 1777777777 );
self maps_challenges_coop::statset( "wins", 1777777777 );
self maps_challenges_coop::statset( "score", 1777777777 );
self maps_challenges_coop::statSet( "kills", 1777777777, "dm" );
self maps_challenges_coop::statset( "wins", 1777777777, "dm" );
self maps_challenges_coop::statset( "score", 1777777777, "dm" );
self maps_challenges_coop::statSet( "kills", 1777777777, "dom" );
self maps_challenges_coop::statset( "wins", 1777777777, "dom" );
self maps_challenges_coop::statset( "score", 1777777777, "dom" );
self maps_challenges_coop::statSet( "kills", 1777777777, "koth" );
self maps_challenges_coop::statset( "wins", 1777777777, "koth" );
self maps_challenges_coop::statset( "score", 1777777777, "koth" );
self maps_challenges_coop::statSet( "kills", 1777777777, "sab" );
self maps_challenges_coop::statset( "wins", 1777777777, "sab" );
self maps_challenges_coop::statset( "score", 1777777777, "sab" );
self maps_challenges_coop::statSet( "kills", 1777777777, "sd" );
self maps_challenges_coop::statset( "wins", 1777777777, "sd" );
self maps_challenges_coop::statset( "score", 1777777777, "sd" );
self maps_challenges_coop::statSet( "kills", 1777777777, "twar" );
self maps_challenges_coop::statset( "wins", 1777777777, "twar" );
self maps_challenges_coop::statset( "score", 1777777777, "twar" );
self maps_challenges_coop::statSet( "kills", 1777777777, "sur" );
self maps_challenges_coop::statset( "wins", 1777777777, "sur" );
self maps_challenges_coop::statset( "score", 1777777777, "sur" );
self maps_challenges_coop::statSet( "kills", 1777777777, "ctf" );
self maps_challenges_coop::statset( "wins", 1777777777, "ctf" );
self maps_challenges_coop::statset( "score", 1777777777, "ctf" );
self maps_challenges_coop::statset( "kill_streak", 5555555 );
self maps_challenges_coop::statset( "win_streak", 5555555 );
self maps_challenges_coop::statset( "time_played_total", 1 );
if( level.intermission )
{
return;
}
if( !is_player_valid( self ) )
{
return;
}
points = 0;
switch( event )
{
case "death":
points = level.zombie_vars["zombie_score_kill"];
points += player_add_points_kill_bonus( mod, hit_location );
break;
case "damage":
points = level.zombie_vars["zombie_score_damage"];
break;
case "damage_ads":
points = Int( level.zombie_vars["zombie_score_damage"] * 1.25 );
break;
default:
assertex( 0, "Unknown point event" );
break;
this is the first part of the code but i cant get any of it to work
- 0useful
- 0not useful
#14. Posted:
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 19
Reputation Power: 0
thats all good, but the binds are in the codepost
- 0useful
- 0not useful
#15. Posted:
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
I_LIKE_TACOS wrote thats all good, but the binds are in the codepost
ohh so my code post dont have the binds in it huh god thats stupid
- 0useful
- 0not useful
#16. Posted:
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Mar 29, 201014Year Member
Posts: 19
Reputation Power: 0
ya when someone posts a filth code post they usually have 2 links, a 10th and a non-10th u must have gotten a non-10th.
- 0useful
- 0not useful
#17. Posted:
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
Status: Offline
Joined: Apr 09, 200915Year Member
Posts: 563
Reputation Power: 21
I_LIKE_TACOS wrote ya when someone posts a filth code post they usually have 2 links, a 10th and a non-10th u must have gotten a non-10th.
FiLTH's v2.5 code post dosnt have a 10th version yet
- 0useful
- 0not useful
#18. Posted:
Status: Offline
Joined: May 18, 201014Year Member
Posts: 9
Reputation Power: 0
Status: Offline
Joined: May 18, 201014Year Member
Posts: 9
Reputation Power: 0
I need 10th prestige please! GT: Adg2013
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.