29.07.2014, 17:13
pawn Код:
if(gTeam[playerid] == ARMY)
{
if(GetPlayerScore(playerid) >= 500)
{
// Spawn.
}
else
{
SendClientMessage(playerid,-1,"You need to have 500 score to use this class.");
}
}
// Put this code under OnPlayerRequestSpawn