10.11.2013, 07:42
I edit and added andromada and at400 missions in PPC Trucking gamemode. But when i go to load/checkpoint its make me freeze and it dosen't show the unload check point.
check this..: i edit those:
I added there VehicleAT400 and VehicleAndromada.
And also define :
Like other planes.... But why it makes me freeze+ dosen't close the checkpoint?
check this..: i edit those:
Код:
witch (GetVehicleModel(GetPlayerVehicleID(playerid))) { case VehicleShamal, VehicleAndromada, VehicleAT400, VehicleNevada: // Select a random job for planes PilotJobSet = Pilot_Plane_SetRandomJob(playerid); case VehicleMaverick, VehicleCargobob: // Select a random job for helicopters PilotJobSet = Pilot_Heli_SetRandomJob(playerid); }
And also define :
Код:
#define VehicleAT400 577 // Plane: AT400 #define VehicleAndromada 592 // Plane: Andromada