Vehicle spawns with 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: Vehicle spawns with NOS? (
/showthread.php?tid=224246)
Vehicle spawns with NOS? -
Zack9764 - 11.02.2011
There's some vehicles that spawn with NOS and it's so irritating. I have no idea what to even search for in my script. Can anyone tell me?
Re: Vehicle spawns with NOS? -
Calgon - 11.02.2011
AddVehicleComponent is the function that applies modifications (i.e: NOS) to vehicles, so that's what you should look for (lines of code which call that function).
Re: Vehicle spawns with NOS? -
Zack9764 - 11.02.2011
Thanks, found it!