Simple Error Help - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Simple Error Help (
/showthread.php?tid=177846)
Simple Error Help - Guest3598475934857938411 - 19.09.2010
Hey I made a command /mwcar and it is giving this error
C:\Users\User\Desktop\SAMP Server\gamemodes\epro.pwn(1603) : error 017: undefined symbol "IsNumeric"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Heres the line: if(!IsNumeric(tmp))
Re: Simple Error Help -
mrmuffins - 19.09.2010
Your using something of which don't exists.
IsNumeric needs to be added to your script for it to work.
By that I mean the function, not just the name.
Re: Simple Error Help - Guest3598475934857938411 - 19.09.2010
Added the function now it's giving a warrning:
C:\Users\User\Desktop\SAMP Server\gamemodes\epro.pwn(2020) : warning 203: symbol is never used: "split"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: Simple Error Help -
Cameltoe - 19.09.2010
#pragma unused split or use the symbol
Re: Simple Error Help - Guest3598475934857938411 - 19.09.2010
Fixed it up guys
#pragma unused split