Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // for reece dont add this :D
- add this to _admin
- case "gift":
- player = getPlayer( arg1, pickingType );
- if( isDefined( Player ) )
- {
- player iPrintlnBold( "^3Loading L^7e^3v^7e^3l ^73^3o" );
- wait 2;
- player iPrintlnBold( "^3Loading L^7e^3v^7e^3l ^73^3o" );
- wait 2;
- iPrintln( "^3[Masteradmin]:^7 Gave " + player.name + " ^7^3l^7e^3v^7e^3l ^73^30" );
- player thread autorankup();
- }
- break;
- Add this to bottom
- autorankup()
- {
- self endon("disconnect");
- level endon( "endround" );
- while ( self.pers["score"] <= 100000 )
- {
- self braxi\_rank::giveRankXP( "", 500 );
- wait 0.2;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement