31.08.2012, 15:39
Hi,
I am trying to make a MySQL UCP kinda thing, but I get stuck on this;
I want that admin punishments get logged on the player. I don't want to create 32151232 columns for this, but one column (per player) and the ability to line this out when requesting the information.
In example, if a player has been banned twice it should say:
"Was banned by XXX for: XXX - DATE HERE
Was banned by XXX for: XXX - DATE HERE"
I hope you understand what I mean. I don't search for a specific code (I prefer learning it myself) but the most efficient way of doing this.
I am trying to make a MySQL UCP kinda thing, but I get stuck on this;
I want that admin punishments get logged on the player. I don't want to create 32151232 columns for this, but one column (per player) and the ability to line this out when requesting the information.
In example, if a player has been banned twice it should say:
"Was banned by XXX for: XXX - DATE HERE
Was banned by XXX for: XXX - DATE HERE"
I hope you understand what I mean. I don't search for a specific code (I prefer learning it myself) but the most efficient way of doing this.