Streamer problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Streamer problem (
/showthread.php?tid=596122)
Streamer problem -
YouServ - 12.12.2015
Hi, I have a problem with the streamer (CreateDynamicObject) :
http://zupimages.net/viewer.php?id=15/50/ed92.png
How to solve ?
Re: Streamer problem -
ATGOggy - 13.12.2015
I don't see any problem in the screenshot.
Re: Streamer problem -
Sellize - 13.12.2015
Increase the draw distance parameter in your CreateDynamicObject lines.
Re: Streamer problem -
YouServ - 13.12.2015
In this line for exemple :
PHP код:
CreateDynamicObject(19454, 1473.05505, -1732.93701, 1049.94800, 0.00000, 0.00000, 0.00000);
Can you add me the specify parameters ? And I add to all lines.
Re: Streamer problem -
AbyssMorgan - 13.12.2015
Код:
CreateDynamicObject(19454, 1473.05505, -1732.93701, 1049.94800, 0.00000, 0.00000, 0.00000,-1,-1,-1,400.0);
Re: Streamer problem -
YouServ - 13.12.2015
Same problem.
Re: Streamer problem -
AbyssMorgan - 13.12.2015
Max visible object: 500
Re: Streamer problem -
TwinkiDaBoss - 13.12.2015
Add OnGameModeInit. If you want bigger load set bigger value. Bare in mind there is a limit, I think its 900 or 1000.
PHP код:
Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, 900);