SA-MP Forums Archive
[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)
+--- Thread: [Help] (/showthread.php?tid=357151)



[Help] - Rafael_Rodgers - 06.07.2012

hello Guys. good morning.


I am trying to add some objects to a GM, but on the RemoveObjects gives me this error when compiling.

error 017: undefined symbol "playerid"



EDIT: i have this Included

#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <Dini>
#include <a_players>
#include <streamer>


AW: [Help] - Forbidden - 06.07.2012

Quote:

error 017: undefined symbol "playerid"

This error can be, because you paste a line using playerid under a callback with no defined playerid.
Maybe you paste it under OnGameModeInit()


Re: [Help] - Rafael_Rodgers - 06.07.2012

how can i define the playerid? i am a totally nub on this :S sorry for the inconvenience


Re: [Help] - [MM]RoXoR[FS] - 06.07.2012

Show the line


Re: [Help] - Rafael_Rodgers - 06.07.2012

fixed