Posts: 87
Threads: 14
Joined: Dec 2009
Reputation:
0
So for whatever reason, my ownable cars conflict with the regularly spawned cars. is it possible to set a car's ID number when its spawned somehow?
Posts: 18
Threads: 2
Joined: Jan 2011
Reputation:
0
you can't change the id.. buy you can make like this
new regularycar
regularycar = AddStaticVehicleEx(507,1403.8602,-1794.9313,13.3715,88.8551,1,1,600);
and now use "regularycar" where you want
Posts: 87
Threads: 14
Joined: Dec 2009
Reputation:
0
the regular cars are just the addstaticvehicle but the ownable cars go by "ownedcar"
whats happening is people buy a car, and it sets them as the owner. but after a server restart, their car may say its owned by someone else and and their stats show them owning a regular car.