SA-MP Forums Archive
Nitro? - 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: Nitro? (/showthread.php?tid=65855)



Nitro? - decayer - 16.02.2009

Where is a nitro script where it isn't unlimited. All valid nos cars start out with it. Thats it. No auto refills or unlimited. I can't find one in search so don't make a smartass answer about searching please


Re: Nitro? - Joe Staff - 16.02.2009

Quote:
Originally Posted by decayer
Where is a nitro script where it isn't unlimited. All valid nos cars start out with it. Thats it. No auto refills or unlimited. I can't find one in search so don't make a smartass answer about searching please
Then make you're own. 3rd Easiest thing to do on pawn. And sift through wiki.sa-mp.com


Re: Nitro? - decayer - 16.02.2009

Im a scripting noob. i don't know how to make scripts. I can edit already made ones :/


Re: Nitro? - Joe Staff - 16.02.2009

pawn Код:
IsVehicleNosAble(vehid)
{
  if((GetVehicleModel(vehid) != MODEL#OF-A-BIKE-PLANE-BOAT-HELICOPTER)) && (SAME-AS-OTHER-BUT-DIFFERENT-MODEL) && (REPEAT)&&(REPEAT))
  {
    return 1;
  }else return 0;
}


OnGameModeInit()
{
  new amt;
  loop:
  if(IsVehicleNosAble(amt))
  {
    AddVehicleComponent(amt,WHATEVERIDNOSIS);
    amt++;
    goto loop;
  }
}

OnVehicleSpawn(vehid)
{
  if(IsVehicleNosAble(vehid))
  {
    AddVehicleComponent(vehid,WHATEVERIDNOSIS);
  }
}
I hope you see that you have to modify that properply


Re: Nitro? - decayer - 16.02.2009

thanks. someone who actually helped other than being a jackass


Re: Nitro? - Joe Staff - 16.02.2009

Quote:
Originally Posted by decayer
thanks. someone who actually helped other than being a jackass
SHUTUP!

btw good luck with doing the repeat stuff


Re: Nitro? - whooper - 17.02.2009

decayer how about search shesh stop asking for it and SEARCH


Re: Nitro? - ReV. - 17.02.2009

here decayer,

http://forum.sa-mp.com/index.php?topic=54579.0


Happy Now?


Re: Nitro? - decayer - 17.02.2009

thanks i got what i needed.
@[hunter]: I asked for no unlimited. But thanks

btw, whooper is the kind of person im talking about. Using the lame answer of search to get an easy post out of it :/.


Re: Nitro? - 1337pr0 - 17.02.2009

Quote:
Originally Posted by decayer
thanks i got what i needed.
@[hunter]: I asked for no unlimited. But thanks

btw, whooper is the kind of person im talking about. Using the lame answer of search to get an easy post out of it :/.
Haha, you could be making silly questions like this for a post count, too

Anyway...