Will this cause lagg?
#3

pawn Код:
public PlayerUpdate(playerid)
{
  if(IsPlayerInAnyVehicle(playerid))
    {
      new Float:VehHP;
      new veh;
      veh = GetPlayerVehicleID(playerid);
        GetVehicleHealth(veh, VehHP);
        if(VehHP < 500)
        {
            SetVehicleHealth(GetPlayerVehicleID(playerid), 2000);
        }
    }
    return 1;
}
Example of something I would put in.
And things for some kind of checkpoint streamer.
Reply


Messages In This Thread
Will this cause lagg? - by Rzzr - 17.01.2010, 22:25
Re: Will this cause lagg? - by [HiC]TheKiller - 17.01.2010, 22:29
Re: Will this cause lagg? - by Rzzr - 17.01.2010, 22:31
Re: Will this cause lagg? - by shady91 - 17.01.2010, 22:33
Re: Will this cause lagg? - by Rzzr - 17.01.2010, 22:39
Re: Will this cause lagg? - by Correlli - 17.01.2010, 22:39
Re: Will this cause lagg? - by Joe Staff - 17.01.2010, 22:42
Re: Will this cause lagg? - by Rzzr - 17.01.2010, 22:55
Re: Will this cause lagg? - by Correlli - 17.01.2010, 23:05
Re: Will this cause lagg? - by Rzzr - 17.01.2010, 23:12

Forum Jump:


Users browsing this thread: 3 Guest(s)