16.02.2009, 21:29
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
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
|
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);
}
}
Originally Posted by decayer
thanks. someone who actually helped other than being a jackass
|
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 :/. |