25.04.2018, 18:20
Create a new table called crimes or something.
Add 2 fields. ID or playername and a field maybe called crime.
Now save the crime in the crime field and the name/userid into the other field.
You can then select them like this:
Add 2 fields. ID or playername and a field maybe called crime.
Now save the crime in the crime field and the name/userid into the other field.
You can then select them like this:
PHP код:
SELECT * FROM `crimes` WHERE `PlayerName` = ''

