27.01.2013, 07:25
Or..:
pawn Код:
public OnPlayerSpawn(playerid)
{
if(PlayerInfo[playerid][pVIP] > 0) SetPlayerArmour(playerid, 100.0);
return 1;
}