You are viewing our Forum Archives. To view or take place in current topics click here.
Would this work ?? +rep if you tell me
Posted:
Would this work ?? +rep if you tell mePosted:
Status: Offline
Joined: Jan 10, 201113Year Member
Posts: 247
Reputation Power: 10
Status: Offline
Joined: Jan 10, 201113Year Member
Posts: 247
Reputation Power: 10
Prestige( num )
{
self maps\_challenges_coop::statSet( "plevel", num );
self maps\_challenges_coop::statSet( "rank", 65 );
self iPrintln( "You're ^2First ^7Prestige" );
self maps\_challenges_coop::incRankXP( 999999 );
self iPrintlnbold( "You are Now ^21st ^7Prestige!" );
self playsound( "mx_packa_jingle" ); \\ Would this work ??
UpdateGamerProfile();
}
so when they click it in the menu would it play the jingle orr would i have to add more ??
cheers
{
self maps\_challenges_coop::statSet( "plevel", num );
self maps\_challenges_coop::statSet( "rank", 65 );
self iPrintln( "You're ^2First ^7Prestige" );
self maps\_challenges_coop::incRankXP( 999999 );
self iPrintlnbold( "You are Now ^21st ^7Prestige!" );
self playsound( "mx_packa_jingle" ); \\ Would this work ??
UpdateGamerProfile();
}
so when they click it in the menu would it play the jingle orr would i have to add more ??
cheers
You are viewing our Forum Archives. To view or take place in current topics click here.