[FilterScript] [Filterscript] Infinite Nitro
#1

Infinite Nitro Script by sTeVe


_________________________________________________

Hi,
with the Infinite Nitro Script you can use Nitro how long as you want.
I think it is useful for Stunt or Freeroam Servers.
If you enter a Vehicle it automatic adds Nitro. A Timer refresh the Nitro every Second. Only hold LMB. ( Left Mouse Button )
Useful for Stunt or Freeroam Server.
It is blocked for Bikes. So there should not be a Crash. ^^
_________________________________________________

[size=12pt]• Details


Lines: 52
Worktime: 2 - 3 Minutes

_________________________________________________

• Installation

Download the 'InfiniteNitro.pwn' file.
Copy the file into your 'filterscripts' folder.
Add 'InfiniteNitro' at 'filterscripts' in your 'server.cfg'
Start the Server and have Fun. ^^
Reply
#2

Lol,nice :P
Quote:
Originally Posted by » sTeVe
Worktime: 2 - 3 Minutes
WtF
Reply
#3

Reply
#4

Pastebin for small scripts.
Reply
#5

Quote:
Originally Posted by 3xPloSioNxXx
Lol,nice :P
Quote:
Originally Posted by » sTeVe
Worktime: 2 - 3 Minutes
WtF
Quote:
Originally Posted by » sTeVe
Lines: 52
Reply
#6

Great filterscript. Do i make a suggestion?

Instead of using a Timer, you can use this code:

Code:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
  if((oldkeys & 1 || oldkeys & 4)
  {
    InfiniteNitro();
  }
}
Press CTRL to activate the nitro, and release to deactivate. I tested and worked perfectly!

Sorry for my English.
Reply
#7

mirror please
Reply
#8

Quote:
Originally Posted by 3xPloSioNxXx
Lol,nice :P
Quote:
Originally Posted by » sTeVe
Worktime: 2 - 3 Minutes
WtF
XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDD
Reply
#9

Quote:
Originally Posted by nuriel6633
Quote:
Originally Posted by 3xPloSioNxXx
Lol,nice :P
Quote:
Originally Posted by » sTeVe
Worktime: 2 - 3 Minutes
WtF
XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDD
nuriel6633 just from curiosity, weren't you banned from this forum for spamming everything with:

"Good job, tanks" and writing useless comments like that "XDDDDDDDDDDDDDDDDDDDDDD...."
Reply
#10

Quote:
Originally Posted by Compton's Eazy E
Quote:
Originally Posted by nuriel6633
Quote:
Originally Posted by 3xPloSioNxXx
Lol,nice :P
Quote:
Originally Posted by » sTeVe
Worktime: 2 - 3 Minutes
WtF
XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDD
nuriel6633 just from curiosity, weren't you banned from this forum for spamming everything with:

"Good job, tanks" and writing useless comments like that "XDDDDDDDDDDDDDDDDDDDDDD...."
Just seen about 12 post from him in the last 10min. And all of them are: Thanks, nice :O etc..
Reply
#11

Quote:
Originally Posted by ►ϻнѵΈ◄
Quote:
Originally Posted by Compton's Eazy E
Quote:
Originally Posted by nuriel6633
Quote:
Originally Posted by 3xPloSioNxXx
Lol,nice :P
Quote:
Originally Posted by » sTeVe
Worktime: 2 - 3 Minutes
WtF
XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDD
nuriel6633 just from curiosity, weren't you banned from this forum for spamming everything with:

"Good job, tanks" and writing useless comments like that "XDDDDDDDDDDDDDDDDDDDDDD...."
Just seen about 12 post from him in the last 10min. And all of them are: Thanks, nice :O etc..
yep he's ban evading look at the link, he posted on my weapon spawner.

http://forum.sa-mp.com/index.php?topic=116674.0
Reply
#12

sTeVe, can I put this filterscript into my new GM ([GM]Simple Fun) ?
Reply
#13

It's going to my server. CubicXZ, ty man
Reply
#14

pawn Код:
stock CheckVehicle(vehicleid)
{
  #define MAX_INVALID_NOS_VEHICLES 13

  new InvalidNOSVehicles[MAX_INVALID_NOS_VEHICLES] =
  {
        522,481,441,468,448,446,513,521,510,430,520,476,463
  };

    for(new i = 0; i < MAX_INVALID_NOS_VEHICLES; i++)
    {
        if(GetVehicleModel(vehicleid) == InvalidNOSVehicles[i]) return false;
    }
  return true;
}
pawn Код:
CheckVehicle(vehicleid)
{
    switch(GetVehicleModel(vehicleid))
    {
      case 522,481,441,468,448,446,513,521,510,430,520,476,463: {return 0;}
    }
    return 1;
}
Reply
#15

Quote:
Originally Posted by » sTeVe
Посмотреть сообщение
Infinite Nitro Script by sTeVe


_________________________________________________

Hi,
with the Infinite Nitro Script you can use Nitro how long as you want.
I think it is useful for Stunt or Freeroam Servers.
If you enter a Vehicle it automatic adds Nitro. A Timer refresh the Nitro every Second. Only hold LMB. ( Left Mouse Button )
Useful for Stunt or Freeroam Server.
It is blocked for Bikes. So there should not be a Crash. ^^
_________________________________________________

[size=12pt]• Details


Lines: 52
Worktime: 2 - 3 Minutes

_________________________________________________

• Installation

Download the 'InfiniteNitro.pwn' file.
Copy the file into your 'filterscripts' folder.
Add 'InfiniteNitro' at 'filterscripts' in your 'server.cfg'
Start the Server and have Fun. ^^
where's the download...?
Reply
#16

Quote:
Originally Posted by jtweak
Посмотреть сообщение
where's the download...?
There is none

This is from December 2009
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)