How would you do this in pawn when for example writing to files? Each entry in the file has it's own number. Like the "id" column which you usually see in SQL. First one 1,second 2.. and it keeps going. I can't figure out how, since this would reset when the server is restarted, you'd need to save something in a file? You could save the current number, if for example 2 entries have been added, and the map changes, it is going to write the number 2 to the txt, and when the next entry comes in the next map, it will read the txt file's number and take that and add 2++ as the incremented number for the next entry "3".. But it feels abit unecessary to make a .txt file just to type ONE single number. There's gotta be a better way?