Posts: 280
Threads: 45
Joined: Jun 2008
Reputation:
0
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?
Posts: 6,129
Threads: 36
Joined: Jan 2009
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).