27.10.2010, 08:22
I want players only to be about to spawn it thay have 100+ score for this one class:
Ive tried so many ways its just not working :S
Any help?
Код:
public OnPlayerRequestSpawn(playerid) { if(gTeam[playerid] == CLASS_MERC || GetPlayerScore(playerid) < 100){SendClientMessage(playerid, RED, "[ATT]:You Must Have Atleast 100 Score To Be A Mercenary Class!"); } return 1; }
Any help?