08.04.2009, 20:27
Ok, the problem is:
Debug is used on my server, so cars are spawned.
I also have commands which gets rid of vehicles.
I have cars which have certain jobs and do certain things.
The ID's seem to get messed up alot.
Say I have :
After a while this would no longer be the reg car, it's the the ID would change and another car would be the reg car.
Happens mostly for players when buying vehicles, they would buy a vehicle and it would say it's a regular player car or something.
Is there anyway to prevent this ?
Debug is used on my server, so cars are spawned.
I also have commands which gets rid of vehicles.
I have cars which have certain jobs and do certain things.
The ID's seem to get messed up alot.
Say I have :
pawn Код:
regcar = AddStaticVehicle(560,2076.2837,1260.0215,10.3314,179.9376,6,6); // sultan
Happens mostly for players when buying vehicles, they would buy a vehicle and it would say it's a regular player car or something.
Is there anyway to prevent this ?