When the vehicle is going to destroy ...
#2

Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    new Float:health;
    GetVehicleHealth(vehicleid, health);
    if(health <= 300)
    {
        SetVehicleHealth(vehicleid, 300);
    }
}
EDIT: Disregard.
Reply


Messages In This Thread
When the vehicle is going to destroy ... - by TheSy - 24.01.2014, 10:58
Re: When the vehicle is going to destroy ... - by Shetch - 24.01.2014, 11:06
Re: When the vehicle is going to destroy ... - by Threshold - 24.01.2014, 11:11
Re: When the vehicle is going to destroy ... - by Shetch - 24.01.2014, 11:15
Re : When the vehicle is going to destroy ... - by TheSy - 24.01.2014, 11:24
Re: When the vehicle is going to destroy ... - by Shetch - 24.01.2014, 11:34
Re : When the vehicle is going to destroy ... - by TheSy - 09.02.2014, 12:16
Re : When the vehicle is going to destroy ... - by TheSy - 15.02.2014, 13:06
Re: When the vehicle is going to destroy ... - by Threshold - 15.02.2014, 13:15
Re : When the vehicle is going to destroy ... - by TheSy - 15.02.2014, 14:13

Forum Jump:


Users browsing this thread: 1 Guest(s)