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=587795)
error! -
ahameed4755 - 02.09.2015
im getting a error error 017: undefined symbol "RPN"
im using this
https://sampforum.blast.hk/showthread.php?tid=428442
Re: error! -
ahameed4755 - 02.09.2015
anyone help?
Re: error! -
SickAttack - 02.09.2015
The error is so clear, you just have to give it a second thought.
If it is not defined, what do you do? You define it.
new RPN;
Re: error! -
Andre02 - 02.09.2015
Replace RPN with name and it should be fixed
or Replace name with RPN you choose
Re: error! -
ahameed4755 - 02.09.2015
ok thanks both, i will try soon