[HELP] SetVehicleZAngle.
#1

pawn Код:
public OnVehicleSpawn(vehicleid)
{
        new Float:x;
        x = CarInfo[vehicleid][cAngle];
            SetVehicleZAngle(vehicleid, x);
            SetVehiclePos(vehicleid,CarInfo[vehicleid][cLocationx],CarInfo[vehicleid][cLocationy],CarInfo[vehicleid][cLocationz]);
    return 1;
}
The SetVehiclePos works good but the Angle is not changing,i heard that there is a unsynced problem,is that true? Thanks.
Reply


Messages In This Thread
[HELP] SetVehicleZAngle. - by Nakash - 20.01.2010, 20:57
Re: [HELP] SetVehicleZAngle. - by Grim_ - 20.01.2010, 20:58
Re: [HELP] SetVehicleZAngle. - by Nakash - 20.01.2010, 21:17
Re: [HELP] SetVehicleZAngle. - by CBFASI - 09.03.2010, 21:33
Re: [HELP] SetVehicleZAngle. - by Bews - 12.03.2010, 18:55
Re: [HELP] SetVehicleZAngle. - by cyber_punk - 12.03.2010, 19:02
Re: [HELP] SetVehicleZAngle. - by help! - 26.03.2010, 12:34

Forum Jump:


Users browsing this thread: 1 Guest(s)