Vehicle's spawning the wrong way
#3

Quote:
Originally Posted by Blast3r
Посмотреть сообщение
pawn Код:
GovVehicles[0] = AddStaticVehicleEx(426,1498.132324,-1737.751220,13.546875,0.00000000,0,90.0,VEHICLE_RESPAWN); // Premier
    GovVehicles[1] = AddStaticVehicleEx(409,1488.212280,-1737.698486,13.546875,0.00000000,0,90.0,VEHICLE_RESPAWN); // Stretch
    GovVehicles[2] = AddStaticVehicleEx(426,1471.073120,-1737.854492,13.546875,0.00000000,0,90.0,VEHICLE_RESPAWN); // Premier
Try that or:

pawn Код:
GovVehicles[0] = AddStaticVehicleEx(426,1498.132324,-1737.751220,13.546875,0.00000000,0,270.0,VEHICLE_RESPAWN); // Premier
    GovVehicles[1] = AddStaticVehicleEx(409,1488.212280,-1737.698486,13.546875,0.00000000,0,270.0,VEHICLE_RESPAWN); // Stretch
    GovVehicles[2] = AddStaticVehicleEx(426,1471.073120,-1737.854492,13.546875,0.00000000,0,270.0,VEHICLE_RESPAWN); // Premier
I moved the roatation on them, the first one is 90 and second one is 270, one of them should move it to the right way.
That's the colors. The Facing Angle comes after the Z position.
pawn Код:
GovVehicles[0] = AddStaticVehicleEx(426,1498.132324,-1737.751220,13.546875,270.0,0,0,VEHICLE_RESPAWN); // Premier
    GovVehicles[1] = AddStaticVehicleEx(409,1488.212280,-1737.698486,13.546875,270.0,0,0,VEHICLE_RESPAWN); // Stretch
    GovVehicles[2] = AddStaticVehicleEx(426,1471.073120,-1737.854492,13.546875,270.0,0,0,VEHICLE_RESPAWN); // Premier
Reply


Messages In This Thread
Vehicle's spawning the wrong way - by James Bob - 10.10.2013, 08:40
Re: Vehicle's spawning the wrong way - by Blast3r - 10.10.2013, 08:47
Re: Vehicle's spawning the wrong way - by EiresJason - 10.10.2013, 08:56
Re: Vehicle's spawning the wrong way - by Blast3r - 10.10.2013, 08:57
Re: Vehicle's spawning the wrong way - by EiresJason - 10.10.2013, 09:08
Re: Vehicle's spawning the wrong way - by James Bob - 10.10.2013, 09:57
Re: Vehicle's spawning the wrong way - by EiresJason - 10.10.2013, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)