03-17-2013, 12:24 AM
Acest filterscript este foarte bun daca ai un server de stunt sau de racing si anume iti da nitro infinit (NOS).
Pentru a crea acest plugin trebuie sa intrati in pawno,sa deschideti un nou proiect si sa puneti codul urmator
[code]#include
/*------------------------------[ Infinitife Nitro ]-----------------------------------
This filterscript is made by SaSuKe aka BreaKer
Vehicle with nos check made by BreaKer
How does it work: simply press and hold the left mousebutton (or any other key you
defined for start nos and keep the fun going
---------------------------------------------------------------------------------------*/
public OnFilterscriptInit()
{
print("\n-----------------------------------");
print("Infinite nitro by SaSuKe aka BreaKer"); //me!
print("-----------------------------------\n");
SetTimer("NitroReset", 3000, 1);
return 1;
}
forward NitroReset();
public NitroReset()
{
for(new i = 0; i
Pentru a crea acest plugin trebuie sa intrati in pawno,sa deschideti un nou proiect si sa puneti codul urmator
[code]#include
/*------------------------------[ Infinitife Nitro ]-----------------------------------
This filterscript is made by SaSuKe aka BreaKer
Vehicle with nos check made by BreaKer
How does it work: simply press and hold the left mousebutton (or any other key you
defined for start nos and keep the fun going

---------------------------------------------------------------------------------------*/
public OnFilterscriptInit()
{
print("\n-----------------------------------");
print("Infinite nitro by SaSuKe aka BreaKer"); //me!
print("-----------------------------------\n");
SetTimer("NitroReset", 3000, 1);
return 1;
}
forward NitroReset();
public NitroReset()
{
for(new i = 0; i