16.12.2012, 07:07
Hello Guys and Gals,
I have just released my TDM gamemode and my friend Lordz gave the suggestion to add top 5 killers also.
I started working on that but figured out that it would be too difficult using y_ini..i am starting to switch the gamemode to sqlite,but i am a newb in it and maybe someone can give me an example how to sort players according to their kills if the database name is database.db
table is users
and field is kills
mayb something like
SELECT * FROM `Users` WHERE `Kills` ....
what to do after that?
thanks.
I have just released my TDM gamemode and my friend Lordz gave the suggestion to add top 5 killers also.
I started working on that but figured out that it would be too difficult using y_ini..i am starting to switch the gamemode to sqlite,but i am a newb in it and maybe someone can give me an example how to sort players according to their kills if the database name is database.db
table is users
and field is kills
mayb something like
SELECT * FROM `Users` WHERE `Kills` ....
what to do after that?
thanks.