23.10.2013, 17:01 
	
	
	
		HEllo Scripters ;
Why more Then 2000 Object don't be showed on my server
	
	
	
Why more Then 2000 Object don't be showed on my server
| Guys Worked With CreateDynamicObject but Objects Don't show just if u came close to it and vehicles fail on water | 
stock AddDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0, Float:drawdistance = 300.0)
{
new oid;
oid = CreateDynamicObject(modelid, x, y, z, rx, ry, rz, worldid, interiorid, playerid, streamdistance);
Streamer_SetFloatData(STREAMER_TYPE_OBJECT, oid, E_STREAMER_DRAW_DISTANCE, drawdistance);
return oid;
}