Solved!
#1

Solved!

I would like to make a simple /unflip command, but I am not sure how to go about it being that you need to flip the car lol. I have searched here and ****** and found nothing but cheats(lame)... Could someone please explain to me how I would need to do this? Thank you in advance!
Reply
#2

In 0.2x you could flip the car by setting it's facing angle, not sure if it's working in 0.3.

pawn Код:
new Float:z,
  vehicle = GetPlayerVehicleID(playerid);

GetVehicleZAngle(vehicle, z);
SetVehicleZAngle(vehicle, z);
Reply
#3

Quote:
Originally Posted by Finn
In 0.2x you could flip the car by setting it's facing angle, not sure if it's working in 0.3.

pawn Код:
new Float:z,
  vehicle = GetPlayerVehicleID(playerid);

GetVehicleZAngle(vehicle, z);
SetVehicleZAngle(vehicle, z);
Thank you so much it worked! I learned something new today! Thank you again!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)