02.09.2016, 22:51
You use a variable attached to the vehicle ID that tracks the MySQL ID... It's not a good plan to assume that the MySQL ID can be used to even track the vehicle by it's ID. If you spawn another vehicle, it will take over the ID that's lowest.
VehicleMySQL[MAX_VEHICLES] and use that to track it's "ID". You can then use a for loop to find that car in the vehicle pool.
VehicleMySQL[MAX_VEHICLES] and use that to track it's "ID". You can then use a for loop to find that car in the vehicle pool.