Simple Error Help
#1

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))
Reply
#2

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.
Reply
#3

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.
Reply
#4

#pragma unused split or use the symbol
Reply
#5

Fixed it up guys
#pragma unused split
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)