[Tool/Web/Other] Car Flip Animation? - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [Tool/Web/Other] Car Flip Animation? (
/showthread.php?tid=523305)
Car Flip Animation? -
XXJacksug8X - 01.07.2014
i saw on a server that the command /flip makes a nice animation to turn the car upside down but i can't find it. anyone has it's code? And please don't paste a code similar to this:
Код:
new const currentveh = GetPlayerVehicleID(playerid);
new Float:angle;
GetVehicleZAngle(currentveh, angle);
SetVehicleZAngle(currentveh, angle);
Re: Car Flip Animation? -
rockhopper - 01.07.2014
Wrong sEcTion And Wrong PreFiX!!
Re: Car Flip Animation? -
KayJ - 02.07.2014
https://sampforum.blast.hk/showthread.php?tid=100312
if this helps +rep me
---
Wrong Section and Prefix!!
Re: Car Flip Animation? -
XXJacksug8X - 02.07.2014
Quote:
Originally Posted by SturtIndia
|
doesn t help at all, i'm looking for an animation, something that will make the car jump and flip
Re: Car Flip Animation? -
HeLiOn_PrImE - 02.07.2014
you can make the car jump with SetVehicleVelocity on z axis. I don't know how to make your vehicle rotate, tough...