Quote:
Originally Posted by BlackBomb
pawn Код:
stock isNumeric(string[]) { for (new i = 0, j = strlen(string); i < j; i++) { if (string[i] > '9' || string[i] < '0') return 0; } return 1; }
add this to somewhere then try to compile...
|
added in the end of the script, nothing has changed as usual error writing!