Quote:
Originally Posted by _Zeus
What if a vehicle has ID 0? It will go -1 which is out of the range. Not sure if that causes though.
|
With mysql, the vehicle ID gets stored into the enums. It loads 1 ID to high, so to get correct vehicle you have to do -1, it will never reach 0 though.
Quote:
Originally Posted by Misiur
Do not recreate the vehicle, simply move it to coords, change its color and set its plate. The plate should change because spawned doesn't mean streamed.
|
Alright I will def do this now.