24.05.2010, 15:19
You'd have to have the code like this then, correct?
pawn Код:
if(coin[playerid] == 5) return SendClientMessage(playerid, Red, "ERROR : You can only have 5 coins!");
coin[playerid] += 1;

