[BOLLOX I NEED HELP] Car fire?
#2

On a timer:

Код:
for(new i; i<200; i++)
{
  if(!IsPlayerConnected(i)) continue;
  if(!IsPlayerInAnyVehicle(i)) continue;
  new Float:fVehicleHealth;
  GetVehicleHealth(GetPlayerVehicleID(i),fVehicleHealth);
  if(fVehicleHealth < 400)
    SetVehicleHealth(GetPlayerVehicleID(i),1000.0);
}
Reply


Messages In This Thread
[BOLLOX I NEED HELP] Car fire? - by My_Waffles_Bitch_L0L - 11.02.2009, 11:46
Re: [BOLLOX I NEED HELP] Car fire? - by Grove - 11.02.2009, 11:50
Re: [BOLLOX I NEED HELP] Car fire? - by SuperS0nic - 11.02.2009, 11:51
Re: [BOLLOX I NEED HELP] Car fire? - by Grove - 11.02.2009, 11:53
Re: [BOLLOX I NEED HELP] Car fire? - by My_Waffles_Bitch_L0L - 11.02.2009, 12:16
Re: [BOLLOX I NEED HELP] Car fire? - by [RP]Rav - 11.02.2009, 13:00
Re: [BOLLOX I NEED HELP] Car fire? - by My_Waffles_Bitch_L0L - 11.02.2009, 13:19
Re: [BOLLOX I NEED HELP] Car fire? - by [RP]Rav - 11.02.2009, 13:22
Re: [BOLLOX I NEED HELP] Car fire? - by Jefff - 11.02.2009, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)