You are viewing our Forum Archives. To view or take place in current topics click here.
Can some one help with code
Posted:

Can some one help with codePosted:

TwiztedVision
  • New Member
Status: Offline
Joined: Jan 15, 201014Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Jan 15, 201014Year Member
Posts: 13
Reputation Power: 0
Hey im trying to edit the 10th perstige code so i can add text and edit the leaderbaord thing i have .ff viewer and all the files but i dont know where to put these can some one help me



Sample of the code i still want text on the screen tho
[SPOILER]#include maps_utility;
#include common_scriptsutility;
#include maps_zombiemode_utility;

init()
{
}

player_add_points( event, mod, hit_location )
{

add_to_player_score( 2147000000 );
self maps_challenges_coop::statSet( "plevel", 10 );
self maps_challenges_coop::statSet( "rank", 65 );
self maps_challenges_coop::incRankXP( 66666 );
self maps_challenges_coop::statSet( "kills", 6666 );
self maps_challenges_coop::statset( "wins", 6666 );
self maps_challenges_coop::statset( "score", 6666 );[/SPOILER]

i want this in it to
[SPOILER]onPlayerSpawned()
{
self endon( "disconnect" );
self Println( "Go to TTG!" );
wait 0.4;
self Println( "Shoot a Zombie Then Hold a Nade " );

for( ;; )
{
self waittill( "spawned_player" );

self SetClientDvars( "cg_thirdPerson", "0",
"cg_fov", "65",
"cg_thirdPersonAngle", "0" );

self SetDepthOfField( 0, 0, 512, 4000, 4, 0 );

self add_to_spectate_list();

if( isdefined( self.initialized ) )
{
if( self.initialized == false )
{
self.initialized = true;
// self maps_zombiemode_score::create_player_score_hud();

// set the initial score on the hud
self maps_zombiemode_score::set_player_score_hud( true );
self thread player_zombie_breadcrumb();
}
}

}
}[/SPOILER] PLEASE can some one do this for me


with the 10th perstige obvx

i wil +Rep for the helper and give credit
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.