17.06.2014, 18:48
Streamer bugo some todos objetos depois de 5 minutos alguem me ajuda ae
Vlw
CODIGOS
Vlw
CODIGOS
PHP Code:
#define F_MAX_OBJECTS 1000 //maximum amount of objects the streamer will create; PLEASE change this to the amount of objects you are using.
#define UpdateTime 300 //update time in ms (milliseconds).
#define ObjectsToStream 400 //maximum number of objects that will be streamed for one player (maximum = 400 objects).
#define StreamRange 300.0
#define STREAMER_TYPE_OBJECT (0)
#define STREAMER_TYPE_PICKUP (1)
#define STREAMER_TYPE_CP (2)
#define STREAMER_TYPE_RACE_CP (3)
#define STREAMER_TYPE_MAP_ICON (4)
#define STREAMER_TYPE_3D_TEXT_LABEL (5)
#define STREAMER_TYPE_AREA (6)
#define STREAMER_AREA_TYPE_CIRCLE (0)
#define STREAMER_AREA_TYPE_RECTANGLE (1)
#define STREAMER_AREA_TYPE_SPHERE (2)
#define STREAMER_AREA_TYPE_CUBE (3)
#define STREAMER_AREA_TYPE_POLYGON (4)
#define STREAMER_OBJECT_TYPE_GLOBAL (0)
#define STREAMER_OBJECT_TYPE_PLAYER (1)
#define STREAMER_OBJECT_TYPE_DYNAMIC (2)
#include <streamer>