01.08.2014, 13:20
I have a pretty old gamemode (RPG) and I would like to continue scripting it. (I bought it 1-2 years ago, and since then I ocasionally updated it) Why? Because it's very nice, easy to understand, doesn't have bugs, and its good looking.
The problem is that I need to have some statistics, something like:
# How much members invited each faction
# A list with the staff
# How much players have a type of job
# Top players by level
(also, in the future maybe, it would be nice to have a website where faction leaders could invite/uninvite members)
I think you got it.
So, the question is: Do I have to convert my whole gamemode to MySQL to have all those informations? (I know what MySQL is, but I didn't work with it before). If yes, is it hard and takes much time? If not, is there an easier way?
The problem is that I need to have some statistics, something like:
# How much members invited each faction
# A list with the staff
# How much players have a type of job
# Top players by level
(also, in the future maybe, it would be nice to have a website where faction leaders could invite/uninvite members)
I think you got it.
So, the question is: Do I have to convert my whole gamemode to MySQL to have all those informations? (I know what MySQL is, but I didn't work with it before). If yes, is it hard and takes much time? If not, is there an easier way?