14.08.2011, 08:33
What am I doing wrong here?
pawn Код:
new price[64];
if(strval(price) < 0 || strval(price) > 50)
{
SendClientMessage(playerid, COLOR_GREY, "Minimum 0, max 50");
return 1;
}