09.08.2015, 10:09
RefuelingVehicleTimer[playerid] = SetTimerEx("ReFill", 1000, true, "i", playerid);
1000 is 1000ms = 1s which is the timer interval
But you still have to stop the timer when the fuel is 100, show us your timer function
1000 is 1000ms = 1s which is the timer interval
But you still have to stop the timer when the fuel is 100, show us your timer function