Hello everyone, i want to make a Ranking System on a MTA DayZ server.
I want it to show: Player Name, Player Guild, Player Murders, Player Death, Player KD...
To make this i need to have an database right ?
This is what i want to do:
1 - Connect to the database
2 - Get the player account: player name, guild name, murders, deaths, kd ratio
2 - Save the player account everytime that one of these variables change /\
3 - When player press some button it will show these stats i've said before, and order by player name, player murders, or something
My current draft of the project is at this:
I know that almost all of the things in my script are wrong and in the wrong place, but i really need an help to understand how can i do this...
I don't know what scripts i have to edit like: login (to when the player login it saves to the database), etc...
And also: The DayZ server has already a database that saves everything i've said before like: player name, player guild, player murders, player deaths, player kd, can i get the data from this database or i really need to create another like in my script ?
Thanks !!!