20.06.2015, 21:35
try this code:
Код:
if(classid == Guard && PlayerInfo[playerid][pScore] < 5000) { SendClientMessage(playerid, COLOR_ORANGE, "[ Server ] You do not have enough points to play guarder!"); return 1; }