Vehicle health.
#1

pawn Код:
public ServerTimer()
{
    for(new i; i < MAX_VEHICLES; i++)
    {
        if(i != INVALID_VEHICLE_ID)
        {
            new Float:vHp;
            GetVehicleHealth(i, vHp);
            if(vHp != 999.0) SetVehicleHealth(i, 999.0);
        }
    }
    return (true);
}
why it's not calling when vehicle is empty?
Reply


Messages In This Thread
Vehicle health. - by KesaSport - 06.10.2014, 18:55
AW: Vehicle health. - by lcp9 - 06.10.2014, 19:44
Re: Vehicle health. - by Pottus - 06.10.2014, 20:06
Re: AW: Vehicle health. - by KesaSport - 06.10.2014, 20:08
AW: Vehicle health. - by lcp9 - 06.10.2014, 20:21
Re: Vehicle health. - by KesaSport - 06.10.2014, 20:24
Re: Vehicle health. - by Ahmad45123 - 06.10.2014, 20:30
Re: Vehicle health. - by KesaSport - 06.10.2014, 20:38
Re: Vehicle health. - by Vince - 06.10.2014, 20:54
Re: Vehicle health. - by Quickie - 07.10.2014, 00:36

Forum Jump:


Users browsing this thread: 1 Guest(s)