My streamer does not work? - 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: My streamer does not work? (
/showthread.php?tid=634264)
My streamer does not work? -
Laarky - 16.05.2017
Hello guys, I wanted to take a doubt here with you, because my object streamer does not work
Follow as pictures ae
City Hall of the friend BarbaNegra
City in CreateObject, works perfectly
Now it in CreateDynamicObject [Streamer], it just does not appear
All as it includes, and plugins make streamer along with crashdetect to not bugar, are updated
Re: My streamer does not work? -
Laarky - 16.05.2017
Includes and plugins installed correctly, my gamemode does not display any errors, compiles correctly, and crashdetect says nothing
Line of exemple:
PHP код:
CreateDynamicObject(19360,7976.2338900,-3828.3383800,157.3508500,0.0000000,0.0000000,0.0000000);
Re: My streamer does not work? -
Kane - 16.05.2017
Might be because you didn't set the draw distance.
Example of a working object from my script:
Код:
CreateDynamicObject(8168, 1789.83203125, 703.189453125, 15.846367835999, 0.000000, 3, 99.24951171875, -1);
Eight parameters, yours has seven.
Re: My streamer does not work? -
Laarky - 16.05.2017
Can you make an example using my line?
PHP код:
CreateDynamicObject(19360,7976.2338900,-3828.3383800,157.3508500,0.0000000,0.0000000,0.0000000);