Streamer 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: Streamer HELP! (
/showthread.php?tid=396651)
Streamer HELP! -
KP2 - 01.12.2012
Hey guys,
I had lastest streamer (2.6.1) but i deleted by accident, now when i try to add streamer i get errors from its include!
Код:
C:\Users\*****\Desktop\Desktop Shortcuts\SA-MP servers\Trucking New Start 8\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\*****\Desktop\Desktop Shortcuts\SA-MP servers\Trucking New Start 8\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\*****\Desktop\Desktop Shortcuts\SA-MP servers\Trucking New Start 8\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\*****\Desktop\Desktop Shortcuts\SA-MP servers\Trucking New Start 8\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Why?
A friend gets these too!
Re : Streamer HELP! -
[HRD]Mar1 - 01.12.2012
Update your includes then complie
http://files.sa-mp.com/samp03e_svr_R2_win32.zip
Re: Streamer HELP! -
KP2 - 02.12.2012
i have latest includes, i already did that :X
Re: Streamer HELP! -
Konstantinos - 02.12.2012
No, you don't. These functions added on 0.3e, so re-update plugin and include.
Re: Streamer HELP! -
Ballu Miaa - 02.12.2012
You must be using SA-MP Server 0.3e Package for your server.
Re: Streamer HELP! -
Red_Dragon. - 02.12.2012
USe SA-MP Server 0.3e Package if it didn't work put this in your script
pawn Код:
forward OnPlayerEditObject
and this
pawn Код:
forward OnPlayerSelectObject
Re: Streamer HELP! -
Konstantinos - 02.12.2012
@Red_Dragon, even if he adds the forward, that callback won't get called.
He should use the correct package/plugin/include.
Re: Streamer HELP! -
KP2 - 03.12.2012
ok thank you guys