SA-MP Forums Archive
[HELP]Bugs Gate on 0.3d from 0.3c - 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: [HELP]Bugs Gate on 0.3d from 0.3c (/showthread.php?tid=311190)



[HELP]Bugs Gate on 0.3d from 0.3c - Tama - 15.01.2012

Hello,to the point..

i found an crazy movement on obj when i create an moving obj, before im convert from 0.3c to 0.3d the gate is fix and no bugs on there..

maybe someone can help me..
thank you


AW: [HELP]Bugs Gate on 0.3d from 0.3c - Drebin - 15.01.2012

I think you'll have to re-do it.
In SA-MP 0.3d the MoveObject(); has been modified and more parameters have been added.

pawn Код:
MoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX, Float:RotY, Float:RotZ);



Re: [HELP]Bugs Gate on 0.3d from 0.3c - SupremeCommander - 15.01.2012

If you're using Incognito's Streamer, Update it to the latest one and re-compile your gamemode,
https://sampforum.blast.hk/showthread.php?tid=102865



Re: [HELP]Bugs Gate on 0.3d from 0.3c - thimo - 15.01.2012

Код:
MoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed, -1000.0, -1000.0, -1000.0);
This should fix it


Re: [HELP]Bugs Gate on 0.3d from 0.3c - AndreT - 15.01.2012

Specify -1000.0 as the last rotation parameters if you don't want it to rotate like that!


Re: [HELP]Bugs Gate on 0.3d from 0.3c - Tama - 15.01.2012

Quote:
Originally Posted by Drebin
Посмотреть сообщение
I think you'll have to re-do it.
In SA-MP 0.3d the MoveObject(); has been modified and more parameters have been added.

pawn Код:
MoveObject(objectid, Float:X, Float:Y, Float:Z, Float:Speed, Float:RotX, Float:RotY, Float:RotZ);
i forgot something..
i use movedynamicobject , hmm like this :
MoveDynamicObject(mydoor, 228.250,151.334,1000.02, 4.5);
so i must add this?
MoveDynamicObject(mydoor, 228.250,151.334,1000.02, 4.5, Float:RotX, Float:RotY, Float:RotZ); ??
what is the function of Float:RotX, Float:RotY, Float:RotZ ?

Thanks


Re : [HELP]Bugs Gate on 0.3d from 0.3c - mehdi-jumper - 19.02.2012

Add 0.0000,0.0000,0.0000); if you don't want rotate your gate