23.05.2014, 14:49
pawn Код:
if(GetPlayerScore(playerid) < 300)
{
//your codes here... Kick the player for example..
Kick(playerid);
}
if(GetPlayerScore(playerid) < 300)
{
//your codes here... Kick the player for example..
Kick(playerid);
}