SA-MP Forums Archive
error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error (/showthread.php?tid=511405)



error - hillko - 05.05.2014

Код HTML:
C:\Users\User\Desktop\mix\mix.pwn(12800) : error 017: undefined symbol "isNumeric"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код HTML:
	  12798        if(!response) return ShowDialog(playerid, 600);
	  12799        if(!strlen(inputtext)) return ShowDialog(playerid, 603);
	  12800        if(isNumeric(inputtext))



Re: error - hillko - 05.05.2014

delete post!


Re: error - PrivatioBoni - 05.05.2014

Should be IsNumeric. It's case sensitive.


Re: error - XK - 05.05.2014

You must define IsNumeric..