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.
|