Onvehiclespawn problem
#1

Hello,i want set the vehicles health (ALL vehicles) to 970.0,so i made this:

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    SetVehicleHealth(vehicleid,970);
    return 1;
}
But doesn't work,health is still at 1000.
Reply


Messages In This Thread
Onvehiclespawn problem - by Face9000 - 20.04.2012, 19:59
Re: Onvehiclespawn problem - by ViniBorn - 20.04.2012, 20:02
Re: Onvehiclespawn problem - by Jows - 20.04.2012, 20:03
Re: Onvehiclespawn problem - by Face9000 - 20.04.2012, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)