[FilterScript] [FS] Advanced Fuel System 0.31a
#1

Closing this.
Reply
#2

Nice job Homer.
Reply
#3

well not bad.
Reply
#4

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

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.
Reply
#6

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

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.
Reply
#8

nice
Reply
#9

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

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);
Reply
#11

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.
Reply
#12

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.
Reply
#13

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);
            }
       }
Reply
#14

Nice idea to add different type of fuel LoL
Reply
#15

Nice Work!!
Reply
#16

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.
Reply
#17

any mirror, downlaod link dont working
Reply
#18

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

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 ....
Reply
#20

BAD. De fuel isnt down...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)