01.09.2015, 18:08
I have a really really big problem with my vehicles.
I create vehicles like this lspdcar[0] = CreateVehicle(...); but my next problem is that personal cars are spawning with ids like: first cars 367 , 368 ( which is good because it continues from last vehicle created in gm) and then 26,27 .. and this ids are already created by normal cars.
It's something like this:
I have 303 cars created on server, if i create a new one by command the new one goes to id 3 or 4, not 304.
How to fix this problem ?
I create vehicles like this lspdcar[0] = CreateVehicle(...); but my next problem is that personal cars are spawning with ids like: first cars 367 , 368 ( which is good because it continues from last vehicle created in gm) and then 26,27 .. and this ids are already created by normal cars.
It's something like this:
I have 303 cars created on server, if i create a new one by command the new one goes to id 3 or 4, not 304.
How to fix this problem ?