Vehicles which can't have NOS - 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: Vehicles which can't have NOS (
/showthread.php?tid=229756)
Vehicles which can't have NOS -
Lorrden - 22.02.2011
Well, anybody knows which vehicle's can't have nos ?
Re: Vehicles which can't have NOS -
Stigg - 22.02.2011
Quote:
Originally Posted by Lorrden
Well, anybody knows which vehicle's can't have nos ?
|
Found this with a quick search, hope it helps.
pawn Код:
static invalid_nos_vehicle[] =
{
430,446,448,449,452,453,454,461,462,463,468,472,473,481,484,
493,509,510,520,521,522,523,537,538,569,570,581,586,590,595,429,461
};
Peace...
Re: Vehicles which can't have NOS -
Lorrden - 22.02.2011
Thanks, tried searching but couldn't find anything.. thanks.
Re: Vehicles which can't have NOS -
Stigg - 22.02.2011
No prob's, glad it helped.
Peace...