Make Vehicles Spawn With Custom Health
#2

PHP код:
public OnVehicleSpawn(vehicleid){
    
    new 
vehm GetVehicleModel(vehicleid);
    
    if(
vehm == 520 || vehm == 432 || vehm == 425){
        
SetVehicleHealth(vehicleid10000.0);
    }
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)