Help please with auto heal.
#10

pawn Код:
new InRace[MAX_PLAYERS] = 0;

//Now whenever player enters a race
InRace[playerid] = 1;

//And after Exit
InRace[playerid] = 0;
Now put this where you have put auto heal system
pawn Код:
if(InRace[playerid] == 0) return RepairVehicle(GetPlayerVehicleId(playerid));
Reply


Messages In This Thread
Help please with auto heal. - by [A]ndrei - 20.06.2012, 20:33
Re: Help please with auto heal. - by newbienoob - 20.06.2012, 20:35
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 20:39
Respuesta: Help please with auto heal. - by Chris1337 - 20.06.2012, 20:47
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 20:59
Respuesta: Help please with auto heal. - by Chris1337 - 20.06.2012, 21:27
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 21:29
Re: Help please with auto heal. - by leonardo1434 - 20.06.2012, 21:31
Re: Help please with auto heal. - by [A]ndrei - 20.06.2012, 21:41
Re: Help please with auto heal. - by [MM]RoXoR[FS] - 29.06.2012, 04:25

Forum Jump:


Users browsing this thread: 2 Guest(s)