F_Streamer Error - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: F_Streamer Error (
/showthread.php?tid=244968)
F_Streamer Error -
Ouch_Charlie - 29.03.2011
Quote:
#define MAX_STREAM_OBJECTS 5000
#define F_MAX_OBJECTS 5000 //the maximum amount of objects the streamer can create.
#define UpdateTime 1000 //the update time in ms (milliseconds).
#define ObjectsToStream 200 //the maximum number of objects that will be streamed for a player. (maximum = 254)
#define StreamRange 1000.0 //the player's object view range, doesn't need to be changed.
|
When i compile i get this
Quote:
F:\samp03csvr_win32\pawno\include\F_Streamer.inc(2 : warning 201: redefinition of constant/macro (symbol "F_MAX_OBJECTS")
|
Please help i have 4000+ objects in my server, and i can't see some of them :/
Thanks for replying
Re: F_Streamer Error -
Stigg - 29.03.2011
Delete this define:
pawn Код:
#define F_MAX_OBJECTS 5000 //the maximum amount of objects the streamer can create.
See if that helps.