Flooding a Message.
#5

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
pawn Код:
RefuelingVehicleTimer[playerid] = SetTimerEx("ReFill", 1000, true, "i", playerid);
This, you are repeating the timer!

pawn Код:
RefuelingVehicleTimer[playerid] = SetTimerEx("ReFill", 1000, false, "i", playerid);
Change to this.
If you analyze it better you'd see that he has a StopRefueling function. If you use common sense you'd realize that he wants it to repeat.


Show all the code, and properly this time. It's hard to find the problem with what you gave us.

You can kill the timer with (Once you've refueled your vehicle):

pawn Код:
KillTimer(RefuelingVehicleTimer[playerid]);
Reply


Messages In This Thread
Flooding a Message. - by TheSnaKe - 14.12.2014, 11:00
Re: Flooding a Message. - by Ryz - 14.12.2014, 11:18
Re: Flooding a Message. - by TheSnaKe - 14.12.2014, 14:19
Re: Flooding a Message. - by DaniceMcHarley - 14.12.2014, 15:12
Re: Flooding a Message. - by SickAttack - 14.12.2014, 15:15
Re: Flooding a Message. - by DaniceMcHarley - 14.12.2014, 15:20
Re: Flooding a Message. - by SickAttack - 14.12.2014, 15:48
Re: Flooding a Message. - by TheSnaKe - 14.12.2014, 19:48
Re: Flooding a Message. - by Abagail - 14.12.2014, 23:35
Re: Flooding a Message. - by TheSnaKe - 15.12.2014, 10:27

Forum Jump:


Users browsing this thread: 3 Guest(s)