26.12.2010, 08:33
Strange bug, when i enter 999999999 this doesn't work somehow.
if(strval(inputtext) > 15) return SendClientMessage(playerid,COLOR," * Thats to much!");
and it goes to a negative number!
if(strlen(inputtext) > 3) return ... Should fix it yes?
if(strval(inputtext) > 15) return SendClientMessage(playerid,COLOR," * Thats to much!");
and it goes to a negative number!
if(strlen(inputtext) > 3) return ... Should fix it yes?