18.04.2011, 11:41
Quote:
|
That's not a variable, it's a function - you might be using it wrong.
|
PHP код:
if(strval_fix(tmp) < 1 || strval_fix(tmp) > 50) { SendClientMessage(playerid, COLOR_WARNING, "Warning!:The number must be between 1 and 50!"); return 1; }


