Posts: 836
Threads: 107
Joined: Sep 2010
Reputation:
0
I need a little help. On my server when a player buys a vehicle. The vehicles automatically gets random mods. Is there a way to make the vehicle not get modded if the player buys it?
Posts: 606
Threads: 3
Joined: Apr 2008
Reputation:
0
Depends on the gamemode.
Of course you can remove the lines where it adds these mods.
Posts: 836
Threads: 107
Joined: Sep 2010
Reputation:
0
Fixed: I had a funtion that would add mods to a vehicle (AddMods(vehicled)). I set it to add mods OnVehicleStreamIn that will not work and i just realized. I set it to add the mods when a player logins in. Because a vehicle streams every second?