17.07.2013, 17:40
Hello There , I have a little issue .
In my database, i save the personal vehicles starting from id 580 to id 1000.When I load the cars on server,they have the same id from the database . The problem is that I would like to delete some cars from the database and keep the loading ids the same when I enter the server,but I don't mind how to do this.
An Example :
in database, i would have ids 580,581,582
on the server, they would be 580,581,582 too.
but,if i delete the id 581 from database, I would have on server id 580 and id 581 but I would want id 580 and id 582.
Can I do this?
In my database, i save the personal vehicles starting from id 580 to id 1000.When I load the cars on server,they have the same id from the database . The problem is that I would like to delete some cars from the database and keep the loading ids the same when I enter the server,but I don't mind how to do this.
An Example :
in database, i would have ids 580,581,582
on the server, they would be 580,581,582 too.
but,if i delete the id 581 from database, I would have on server id 580 and id 581 but I would want id 580 and id 582.
Can I do this?