Fuel Bugged
#2

I don't get what you mean. It gives you the message "Car successfully refilled". When you log off and back on, it still gives that message?

First of all, remove all this stuff:
pawn Код:
RefillTimer = SetTimerEx("ReFill",2000,1,"i",playerid);
and replace it with:
pawn Код:
SetTimerEx("ReFill",2000,1,"i",playerid);
(remove RefilLTimer). Also remove New RefillTimer; above your script.

Do the same for FuelTimer. Remove 'FuelTimer ='. Also remove it at the top of your script.

Then, modify KillTimer(FuelTimer)(or something) into this:
pawn Код:
KillTimer(ReFill(playerid));
You do not have to 'say' what ReFill is. It's a waste of your memory.


So, use this code:
http://pastebin.com/FkbZcZCB
Reply


Messages In This Thread
Fuel Bugged - by marinov - 08.12.2010, 21:06
Re: Fuel Bugged - by Biesmen - 08.12.2010, 21:25
Re: Fuel Bugged - by marinov - 08.12.2010, 22:39
Re: Fuel Bugged - by Hal - 09.12.2010, 04:32
Re: Fuel Bugged - by Toreno - 09.12.2010, 06:34
Re: Fuel Bugged - by Biesmen - 09.12.2010, 12:03

Forum Jump:


Users browsing this thread: 1 Guest(s)