SA-MP Forums Archive
Gates not working properly. - 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: Gates not working properly. (/showthread.php?tid=301050)



Gates not working properly. - HeLiOn_PrImE - 02.12.2011

We had no problems with mobile gates up until now. Since we switched the version, instead of doing a normal translation move, they also spin out of control. we are using incognito-s streamer plugin. Did anyone else have this problem?

The script compiles just fine without showing any error or warning.


Respuesta: Gates not working properly. - OPremium - 02.12.2011

This has been asked many times in the streamer plugin thread. Just download the 0.3d version of the plugin from here:

http://code.******.com/p/samp-stream...downloads/list (Still in development AFAIK)

And remember to recompile your script using the new include file.

TIP: Try this if you are having problems with the Linux version:
http://solidfiles.com/d/6acb794709/


Re: Gates not working properly. - HeLiOn_PrImE - 03.12.2011

it didn't solve anything...still the same..


Re: Gates not working properly. - Rafiko - 03.12.2011

it does solve that your objects wont rotate.

to fix it properly use this click

0.3c :

(playerid, objectid, Float:X, Float:Y, Float:Z, Float:Speed)

0.3d :

(playerid, objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0)

Hope it helped u


Re: Gates not working properly. - HeLiOn_PrImE - 03.12.2011

no it didn't work...looks like they need to work more on the streamer. 2.6 still has bugs, so I'll just lock the gates until they solve the problem.