11.11.2011, 19:57
You need to decrease the draw distance, you're not supposed to delete it.
The draw distance parameter in the plugin, set that to something less than it is by default (200.0), I'm presuming 100.0 could be suitable for you.
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);