17.07.2010, 02:47
I'm trying to do the following:
How would I go about doing that? I've currently got the code above, and it's giving me this error:
pawn Код:
if(inputtext < 18 || inputtext > 99) { return SendClientMessage(playerid, red, "[ERROR] Invalid Age."); }
Quote:
Originally Posted by PAWNO
error 033: array must be indexed (variable "inputtext")
|