11.07.2013, 01:47
add this to the engine part on your dialog
ow i have a mistake here change this SetVehicleParamsEx(veh, 1, lights, alarm, doors, bonnet, boot, objective)
to this SetVehicleParamsEx(veh, 0, lights, alarm, doors, bonnet, boot, objective)
pawn Код:
new health
GetVehicleHealth(veh, health);
if(health <=300) return 0;
to this SetVehicleParamsEx(veh, 0, lights, alarm, doors, bonnet, boot, objective)