Posts: 161
Threads: 15
Joined: Dec 2010
Reputation:
0
Is there any way to force specific ID to a vehicle or to change it.
Posts: 1,690
Threads: 18
Joined: Jul 2012
Reputation:
0
Change vehicle ID like 411 is infernus.
Or
Server vehicle ID?
Posts: 161
Threads: 15
Joined: Dec 2010
Reputation:
0
id given on creation(server vehicle id) ,i believe first lowest number available
Posts: 224
Threads: 72
Joined: Aug 2013
Reputation:
0
No you cant edit that sir
Posts: 74
Threads: 4
Joined: May 2013
Reputation:
0
I don't know why you want to do that, but you can "force" assign a specific id X for a vehicle by creating the first X - 1 vehicles under OnGameModeInit and creating the vehicle with the id you want, then destroy those previous vehicles. That might not be the answer you're looking for.
EDIT: If you're doing this to keep track of a vehicle's ID, it's better to just assign the vehicle id to a variable.