#1

I wanted to block the use of more than 4 numbers in a command of the announcement of my server.

I tried to do so
but gave an error

Код:
if(strlen(IsNumeric(result)) >4 )
            {
	        SendClientMessage(playerid,COLOR_RED,"The use of numbers");
    	    return 1;
            }
Anybody know how I can do??
Reply


Messages In This Thread
Help - by Guerek - 21.08.2010, 23:19
Re: Help - by Dodus - 21.08.2010, 23:23
Re: Help - by Guerek - 21.08.2010, 23:28
Re: Help - by dax123 - 22.08.2010, 04:24

Forum Jump:


Users browsing this thread: 1 Guest(s)