01.08.2012, 11:45
You can do this:
pawn Код:
OnPlayerSpawn(playerid)
{
if(PlayerInfo[playerid][pLevel] == 0)PlayerInfo[playerid][pLevel] = 5,GivePlayerCash(playerid, 400000);
//rest of the code :D