Quote:
Originally Posted by jasperschellekens
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:
PHP код:
SELECT * FROM `crimes` WHERE `PlayerName` = ''
|
I know that, but i don't know how to save them, they should not be deleted at restart or something, they should be saved forever, or until someoone deletes it with an mdc from the police that i made, but how can i show it in a dialog? I must save it in an array or something, but without limits