15.03.2013, 15:48
Hi guys!
I have a system that saves a player's crimes in a separate .ini folder.
It saves crimes like this:
How can i display all that crimes in separate lines like SendClientMessage?
Should show something like this:
I know is something with splitting but i didn't manage to do it.
I have a system that saves a player's crimes in a separate .ini folder.
It saves crimes like this:
PHP код:
crime1|crime2|crime3...etc
Should show something like this:
PHP код:
Player Crimes:
- crime1
- crime2
- crime3