F_Streamer Error
#1

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
Reply
#2

Delete this define:

pawn Код:
#define F_MAX_OBJECTS 5000 //the maximum amount of objects the streamer can create.
See if that helps.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)