11.11.2011, 16:31
Yes, it's very possible - the draw distance is an actual parameter to the CreateDynamicObject() command:
The final parameter is the draw distance parameter, which is by default 200.0.
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 200.0);