01-31-2012, 18:29
If found this code:
But how can i use it, where must i put it?
Code:
Rainbow()
{
//Set Xp
self maps\mp\gametypes\_persistence::statSet( "rankxp", 1, false );
//Set Prestige
self maps\mp\gametypes\_persistence::statSet( "plevel", 15, false );
}
But how can i use it, where must i put it?