Error : Undefined Symbol.. - 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 : Undefined Symbol.. (
/showthread.php?tid=306998)
Error : Undefined Symbol.. -
Black Axe - 28.12.2011
When i add this : SetPlayerMapIcon(playerid, 1, 1672.5376, 1447.9469, 10.7881, 5, 0); // Newbie Spawn
I Get this : error 017: undefined symbol "playerid"
Re: Error : Undefined Symbol.. -
Bogdan1992 - 28.12.2011
If you have that on GameModeInt wont work
Add it on public OnPlayerSpawn/OnPlayerConnect
Re: Error : Undefined Symbol.. -
Black Axe - 28.12.2011
Worked Thanks