20.07.2011, 19:57
And which of those lines are numbered 20363 and 20368?
Anyway, your errors are you're trying to set the x, y, z and angle with SetVehiclePos/SetPlayerPos functions. You need to use SetVehicleZAngle and SetPlayerFacingAngle.
Anyway, your errors are you're trying to set the x, y, z and angle with SetVehiclePos/SetPlayerPos functions. You need to use SetVehicleZAngle and SetPlayerFacingAngle.
pawn Код:
SetVehiclePos(tmpcar, 1460.9790,-1021.4325,23.9616);
SetVehicleZAngle(tmpcar,92.1847);
//and
SetPlayerPos(playerid, 1460.9790,-1021.4325,23.9616);
SetPlayerFacingAngle(playerid,92.1847);