24.05.2010, 14:45
I don't get it why is says the error that he already has 5 Coins "The SendClientMessage error"
pawn Код:
if(coin[playerid] < 5) return SendClientMessage(playerid, Red, "ERROR : You can only have 5 coins!");
coin[playerid] += 1;