16.09.2012, 09:57
It's recommended that you place all objects in your gamemode. (OnGameModeInit), unless their sole purpose is obviously for a command etc.
Also, the object's stream distance might be different.
So just change Floattreamdistance to the desired distance. Possible solution <<
Also, the object's stream distance might be different.
Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);