01.07.2014, 15:44
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);