Author Topic: Problem with Vehicles Angle.  (Read 2777 times)

0 Members and 1 Guest are viewing this topic.

Offline Fyah

  • Street Thug
  • *
  • Posts: 2
  • Beach Party Server - Scripter
    • View Profile
    • Gamma Gaming Network's
Problem with Vehicles Angle.
« on: October 03, 2014, 08:35:10 pm »
Hello, Well do not know if this will be 0.4 server problem, or am I doing wrong.
Vehicle CreateVehicle( int model, int world, Vector pos, float angle, int col1, int col2 )
but this not use float angle, use Quaternion, try to create a car using Angle Float, Vector, and Quaternion, and all the car appears with a Angle of (1, 0, 0, 0).
Before you tell me to run, create the car and test the angle without climbing in because if you enter the car the angle is updated.

Sorry for bad English.

Offline Gudio

  • Street Thug
  • *
  • Posts: 22
    • View Profile
    • Gudio
Re: Problem with Vehicles Angle.
« Reply #1 on: October 04, 2014, 12:34:15 pm »
Convert degrees to radians.

Offline Fyah

  • Street Thug
  • *
  • Posts: 2
  • Beach Party Server - Scripter
    • View Profile
    • Gamma Gaming Network's
Re: Problem with Vehicles Angle.
« Reply #2 on: October 04, 2014, 10:56:55 pm »
Thanks you gudio, i go try.