Please help with 3 warning;s
#4

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.
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);
Reply


Messages In This Thread
Please help with 3 warning;s - by taifunx3 - 20.07.2011, 19:46
Re: Please help with 3 warning;s - by Grim_ - 20.07.2011, 19:50
Re: Please help with 3 warning;s - by taifunx3 - 20.07.2011, 19:54
Re: Please help with 3 warning;s - by Grim_ - 20.07.2011, 19:57
Re: Please help with 3 warning;s - by taifunx3 - 20.07.2011, 19:58
Re: Please help with 3 warning;s - by JaTochNietDan - 20.07.2011, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)