SA-MP Forums Archive
A 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A error (/showthread.php?tid=255407)



A error - Bob_Raw - 15.05.2011

Can someone tell me how to fix this error
error 017: undefined symbol "pickupid"
I need help.


Re: A error - WarServers - 15.05.2011

Search the forum first.


Re: A error - Jay. - 15.05.2011

You didn't define pickupid
Try and add
pawn Код:
new pickupid;
at the top of your script, else I don't really no unless you show us the error line script.


Re: A error - Bob_Raw - 15.05.2011

Thank You it fixed it