SA-MP Forums Archive
[FilterScript] [FS] Advanced Fuel System 0.31a - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Advanced Fuel System 0.31a (/showthread.php?tid=93756)

Pages: 1 2


Delete please. - Homerman - 26.08.2009

Closing this.


Re: [FS] Advanced Fuel System 0.31a - kukars22 - 26.08.2009

Nice job Homer.


Re: [FS] Advanced Fuel System 0.31a - Haji - 26.08.2009

well not bad.


Re: [FS] Advanced Fuel System 0.31a - DMSOrg - 26.08.2009

I'm just going to download it to help the cashflow but good job!


Re: [FS] Advanced Fuel System 0.31a - Homerman - 26.08.2009

Quote:
Originally Posted by [K4L
Jake ]
I'm just going to download it to help the cashflow but good job!
Yeah, thanks

Thanks to all, BTW: I Added little information about version 0.4.


Re: [FS] Advanced Fuel System 0.31a - Don_Corello - 27.08.2009

yeah, that was my next idea o.o, uhu anyway sorry for Off Topic


Re: [FS] Advanced Fuel System 0.31a - Homerman - 20.02.2011

New and last version - if anybody needs something like that
All bugs fixed, added one gas station, refueling for trains added, fixed fuel for bicycles, etc.


Re: [FS] Advanced Fuel System 0.31a - sherlock - 20.02.2011

nice


Re: [FS] Advanced Fuel System 0.31a - lvlaid - 31.03.2011

how to speed up refueling? i musn't touch code alone cos i'll breake it lol


Re: [FS] Advanced Fuel System 0.31a - lvlaid - 24.04.2011

how to show "FUEL: %" in textdraw plz I got textdraw with a box,theres problem only in putting it in this script:

// On top of script:
new Text:Textdraw0;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(478.000000, 375.000000, "FUEL: %");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.370000, 1.09999;
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 96);
TextDrawTextSize(Textdraw0, 613.000000, 23.000000);


Re: [FS] Advanced Fuel System 0.31a - datzik - 09.05.2011

Hello there, this is very cool fuel system script, but there is a little bug. If the vehicle is standing, not moving, the fuel don't go down. If you can fix that, it will be very nice.


Re: [FS] Advanced Fuel System 0.31a - Homerman - 25.05.2011

New version here. New and the last one, I hope.
Check the first page to get in touch, I've added more functions, fixed minor bugs, it should work fine now. Screenshots are there as well, enjoy.


Re: [FS] Advanced Fuel System 0.31a - Unte99 - 26.05.2011

Quote:
Originally Posted by lvlaid
Посмотреть сообщение
how to show "FUEL: %" in textdraw plz I got textdraw with a box,theres problem only in putting it in this script:

// On top of script:
new Text:Textdraw0;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(478.000000, 375.000000, "FUEL: %");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.370000, 1.09999;
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
TextDrawUseBox(Textdraw0, 1);
TextDrawBoxColor(Textdraw0, 96);
TextDrawTextSize(Textdraw0, 613.000000, 23.000000);
Try to put this in OnPlayerConnect callback.

Код:
       if(IsPlayerInAnyVehicle)
       {
            if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
            {
	    TextDrawShowForPlayer(playerid, Textdraw0);
            }
       }



Re: [FS] Advanced Fuel System 0.31a - Phanto90 - 26.05.2011

Nice idea to add different type of fuel LoL


Re: [FS] Advanced Fuel System 0.31a - AlternativeDC - 26.05.2011

Nice Work!!


Re: [FS] Advanced Fuel System 0.31a - Homerman - 26.05.2011

Quote:
Originally Posted by Unte99
Посмотреть сообщение
Try to put this in OnPlayerConnect callback.

Код:
       if(IsPlayerInAnyVehicle)
       {
            if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
            {
	    TextDrawShowForPlayer(playerid, Textdraw0);
            }
       }
Well, this wouldn't work either, as he didn't use format for using %... but whatever.

Others: Thanks.


Re: [FS] Advanced Fuel System 0.31a - tbedy - 27.05.2011

any mirror, downlaod link dont working


Re: [FS] Advanced Fuel System 0.31a - Homerman - 27.05.2011

The download link works cool for me, and as it was downloaded like 160 times already, I suppose it work.


Re: [FS] Advanced Fuel System 0.31a - Dennis_Sanchez - 29.05.2011

hey ....
ive got problem with this filterscript if i gonna fill my car i typ /refill
then it says what gas i wanna get but i need login on my gamemode ? it says incorrect password lol ? at my login
then i need step out and in with my gamemode to get normal back in my car ?
why i get my login screen if i do /refill ?



btw im using Los santos life roleplay ....


Re : [FS] Advanced Fuel System 0.31a - Sneaky_ - 05.06.2011

BAD. De fuel isnt down...