Problem with Objects - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Problem with Objects (
/showthread.php?tid=636711)
Problem with Objects [please help me faster] -
mircheski - 02.07.2017
How to fix this?
Please help me, I have to come closer to the objects for loading.
![](https://image.prntscr.com/image/kg8L0WQqRwCqPxrDO4aiFw.png)
Re: Problem with Objects - Astralis - 02.07.2017
Increase Streamer Distance.
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
Re: Problem with Objects -
mircheski - 02.07.2017
Quote:
Originally Posted by Astralis
Increase Streamer Distance.
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
|
Where to put this?