29.03.2011, 13:29
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. |
Quote:
F:\samp03csvr_win32\pawno\include\F_Streamer.inc(2 : warning 201: redefinition of constant/macro (symbol "F_MAX_OBJECTS") |
Thanks for replying