my fuel speedo - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: my fuel speedo (
/showthread.php?tid=163509)
my fuel speedo -
Kar - 27.07.2010
http://pastebin.com/DJDemE9m
scroll down edited.
[edit] bumped time up i think when i use this fs in a gm the gm crashs after about 1-30 seconds
Re: my fuel speedo -
Hiddos - 27.07.2010
pawn Код:
if(CarFuel[vehicle] >= 1 && CarFuel[vehicle] <= 100)
{
//Code
}
Tried that?
Re: my fuel speedo -
Kar - 27.07.2010
ok i updated it with a decrease timer it looks bnetter now?fixed
Re: my fuel speedo -
Kar - 28.07.2010
bump time up i think
Re: my fuel speedo -
coole210 - 28.07.2010
1. Fix your english.
2. What is your problem?
3. It's not bump time, you are 2 hours off.
Re: my fuel speedo -
Kar - 28.07.2010
the problem is that if i load the filterscript in a gamemode (mine,lvdm) it crashes the gamemode after like 30 seconds
[edit] damn 2 hours off<.<
Re: my fuel speedo -
coole210 - 28.07.2010
You mean you put the FS inside the GM?
What you just said was you started an FS and put it inside the GM, made 0% sense to me..
Re: my fuel speedo -
Kar - 28.07.2010
lol<.< okay its in a fs i put stuff in my fs before putting them in my gm i start the gm good then after awhile it crashes(thats with the fs)
simple. this crashes the gamemode when i use it