streamer errors - 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 errors (
/showthread.php?tid=368477)
streamer errors -
keri22 - 13.08.2012
Hey guys ,i have 2 errors and 2 warninngs for streamer ? What rezolvd this ?
Код:
D:\Scripturi samp\roleplay calumea\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
D:\Scripturi samp\roleplay calumea\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
D:\Scripturi samp\roleplay calumea\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
D:\Scripturi samp\roleplay calumea\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: streamer errors -
CROSS_Hunter - 13.08.2012
pawn Код:
//at the top of your script after the defines
forward OnPlayerEditObject();
forward OnPlayerSelectObject();
Re: streamer errors -
keri22 - 13.08.2012
Idem the first