23.04.2017, 22:30
(
Последний раз редактировалось weex; 28.04.2017 в 18:29.
)
I think this function don't solve my problem
I'll try to explain better:
I have a item system in my server.. it have to start 1 and finish on 100 but the item model can not be 0 when server start it need to be ordered
For example:
ID | MODEL
1 | 120
2 | 130
3 | 0
4 | 150
I need to make a order to when a model of a item be 0, the values of the next id, be moved like:
ID | MODEL
1 | 120
2 | 130
3 | 150
4 | 0
I'll try to explain better:
I have a item system in my server.. it have to start 1 and finish on 100 but the item model can not be 0 when server start it need to be ordered
For example:
ID | MODEL
1 | 120
2 | 130
3 | 0
4 | 150
I need to make a order to when a model of a item be 0, the values of the next id, be moved like:
ID | MODEL
1 | 120
2 | 130
3 | 150
4 | 0