26.05.2014, 08:53
I don't understand of what you're trying to create.
For what I did for adding IDs is by MySQL (using mysql_insert_id), and insert it into the var.
So it would produce an auto-increment ID starting from 1.
For what I did for adding IDs is by MySQL (using mysql_insert_id), and insert it into the var.
pawn Код:
new id = mysql_insert_id();
format(msg, 5, "ID is %i", id);