SA-MP Forums Archive
Open door bug on 0.3D - 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: Open door bug on 0.3D (/showthread.php?tid=307807)



Open door bug on 0.3D - bagaszai12 - 01.01.2012

Hey, everyone, Who can fix this?, While I'm open the LSPD door, the door open with weird, someone can fix it?
Sorry for my bad englisth.




Re: Open door bug on 0.3D - leong124 - 01.01.2012

If you mean the doors rotate weird, make sure you have recompiled all your script with 0.3d includes, and update your streamer plugin to 2.6 (which supports the new rotation parameters).


Respuesta: Open door bug on 0.3D - iDarkRain - 01.01.2012

Re-compile your script with 0.3d's includes and update your streamer if you have


Re: Open door bug on 0.3D - Neavorce - 01.01.2012

This is not bug. The values are arranged badly.

0.3d
Код:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX = -1000.0, Float:RotY = -1000.0, Float:RotZ = -1000.0)
0.3c
Код:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed)
Use this:
Код:
#define MoveObject(%0,%1,%2,%3,%5,%6,%7,%4) MoveObject(%0,%1,%2,%3,%4,%5,%6,%7)



Re: Open door bug on 0.3D - bagaszai12 - 02.01.2012

Very Very Thanks!


Re: Open door bug on 0.3D - bagaszai12 - 02.01.2012

Ahh, still bug


Re: Open door bug on 0.3D - Chris White - 02.01.2012

Look, If you're using incognito's streamer, then download the latest version that's compatible with 0.3d.
If you're not, then when you're editing your GM set the rotation on X-axis and on Y-axis to -1000 and I had the same problem but it got fixed when I recompiled my GM with streamer


Re: Open door bug on 0.3D - Dan_Barocu - 02.01.2012

i hade same problem...i fixed it just change the plugin and the include


Re: Open door bug on 0.3D - Chris White - 02.01.2012

everybody who used GF edit had the same problem I guess. So all you have is to upgrade streamer include and plugin, and recompile your GM


Re: Open door bug on 0.3D - bagaszai12 - 02.01.2012

Who can give me plugins streamer v.2.6?