mtamaster97 Posted September 23, 2014 Share Posted September 23, 2014 How to store wins of players to their account or store data to a document where key will be their account name and value will be their wins, how could I do that? I need for top wins resource Link to comment
Saml1er Posted September 23, 2014 Share Posted September 23, 2014 getPlayerAccount getAccounts setAccountData getAccountData table.sort Link to comment
mtamaster97 Posted September 23, 2014 Author Share Posted September 23, 2014 Thank you, I'll read a book , I though I'll figure it out cuz its an easy language without book but I'll be forced to read it. Thank you anways and good luck ur gamemode. Link to comment
mtamaster97 Posted September 23, 2014 Author Share Posted September 23, 2014 Oh, I've problem here.. Did anyone have idea how to get wins of all maps? Link to comment
Castillo Posted September 23, 2014 Share Posted September 23, 2014 You mean how many times each player has won each map? Link to comment
mtamaster97 Posted September 24, 2014 Author Share Posted September 24, 2014 You mean how many times each player has won each map? Yes, can u give me a hint or something else? Link to comment
Castillo Posted September 24, 2014 Share Posted September 24, 2014 Well, you could use a JSON with SQLite to store each map name in the JSON and then increase it when the player wins a map. executeSQLQuery or dbConnect dbQuery dbExec and toJSON fromJSON Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now