Angle

Started by FarisDon, Jan 24, 2016, 02:44 PM

Previous topic - Next topic

FarisDon

Well, their is no error, or something....
I just simply wanna ask that whenever, I took the player Angle looking on the other side, and so on, i set the position, and angle of my car, and so whenever my vehicle spawn it spawns backward instead of the angle i sat, so simply if you don't understand i mean
Vehicle spawn backward instead of my angle!
the angle could be any, why is that?
P.S: - Sorry, for my english.

DizzasTeR

vehicle.EulerAngle.z = player.Angle;
;)

KAKAN

Quote from: Doom_Kill3R on Jan 24, 2016, 03:25 PMvehicle.EulerAngle.z = player.Angle;
;)
player.Angle or player.Angle.z ??
Well, this one would be simple:- vehicle.EulerAngle = player.Angle;

And what's the difference between EulerAngle and Angle?
oh no

DizzasTeR

KAKAN, try your code and don't complain the server crashed.

FarisDon

Quote from: Doom_Kill3R on Jan 24, 2016, 04:01 PMKAKAN, try your code and don't complain the server crashed.
Okay, Thanks, but is it able to be use in Server.Conf?