I don't know how to fix that error: "SELECT_OBJECT_PLAYER_OBJECT" - 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: I don't know how to fix that error: "SELECT_OBJECT_PLAYER_OBJECT" (
/showthread.php?tid=442459)
I don't know how to fix that error: "SELECT_OBJECT_PLAYER_OBJECT" -
radiobizza - 07.06.2013
I don't know how to fix that..
I will REP+ who can help me..
The error:
PHP код:
samp03x_svr_R1-2_win32\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
samp03x_svr_R1-2_win32\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
samp03x_svr_R1-2_win32\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
And the line:
PHP код:
CreateObject(19367, 831.52, -1663.76, 3.32, 0.00, 0.00, 0.00);
Re: I don't know how to fix that error: "SELECT_OBJECT_PLAYER_OBJECT" -
SilverKiller - 07.06.2013
Update your server files to 0.3x or 0.3e.
Re: I don't know how to fix that error: "SELECT_OBJECT_PLAYER_OBJECT" -
JamesS - 07.06.2013
Yeah, seem to not have the editobject included, as it's a recent feature.
Re: I don't know how to fix that error: "SELECT_OBJECT_PLAYER_OBJECT" -
radiobizza - 07.06.2013
Thxx.