20.06.2015, 22:01
Then delete that variable Guard and add that classes without it. Then try this code:
if this is not working give me whole public OnPlayerRequestClass
pawn Код:
if((classid == 163 && classid == 164) && PlayerInfo[playerid][pScore] < 5000)
{
SendClientMessage(playerid, COLOR_ORANGE, "[ Server ] You do not have enough points to play guarder!");
return 0;
}