02.02.2015, 13:03
How can i get the last id ... to make them 1, 2 , 3 , 4
![](http://i.imgur.com/XXEuQ3o.png)
My code
![](http://i.imgur.com/XXEuQ3o.png)
My code
pawn Код:
format(szQuery, 500, "INSERT INTO `accounts` (Name,Password) VALUES ('%s','%s')", GetName(playerid), PasswordInserted[playerid]);
mysql_tquery(SQL, szQuery, "", "");