05.11.2018, 14:08
I created a house system in MySQL and everything works just fine, let's say I created 5 houses, so it goes like this:
Now I delete hSQLID = 3, and the next time I create a house hSQLID = 6, so how to fix that thing so it finds the free hSQLID and puts the house there ( and maybe resets the AI if thats necessary )
PHP Code:
hSQLID = 1
hSQLID = 2
hSQLID = 3
hSQLID = 4
hSQLID = 5