Nitro?
#1

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
Reply
#2

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
Reply
#3

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

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
Reply
#5

thanks. someone who actually helped other than being a jackass
Reply
#6

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

btw good luck with doing the repeat stuff
Reply
#7

decayer how about search shesh stop asking for it and SEARCH
Reply
#8

here decayer,

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


Happy Now?
Reply
#9

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 :/.
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)