09.04.2013, 16:21
I had a lot of thinks in OnPlayerUpdate so i want to put somethinks in a timer but how?
I have a timer how to put these in the timer
Thank you
I have a timer how to put these in the timer
Код:
forward timer_refuel(playerid);
public timer_refuel(playerid)
{
new vid = GetPlayerVehicleID(playerid);
fuel[vid] = 100;
isrefuelling[playerid] = 0;
TextDrawSetString(td_fuel[playerid],"~r~GORIVO: ~w~100/100L");
TogglePlayerControllable(playerid,1);
return 1;
}


