freudo Posted May 16, 2015 Share Posted May 16, 2015 I want create SQL top players data in map. Who help me? Example: [DD]Cross XL 1. barikat 2wins 2.sky 1wins etc.. Link to comment
ALw7sH Posted May 17, 2015 Share Posted May 17, 2015 Try to do it by yourself, if face any problem we'll help you but i don't think that someone will do the whole script for you expect if you are ready to pay him Link to comment
freudo Posted May 17, 2015 Author Share Posted May 17, 2015 I create db executeSQLQuery("CREATE TABLE IF NOT EXİSTS mapwins (mapname TEXT, playername TEXT,wins INTEGER)") How to I insert or update when player win map. Link to comment
WhoAmI Posted May 17, 2015 Share Posted May 17, 2015 Use db functions instead dbConnect dbQuery dbExec dbFree Link to comment
freudo Posted May 18, 2015 Author Share Posted May 18, 2015 Use db functions instead dbConnect dbQuery dbExec dbFree How to I create DB? And how to I insert or update playername and wins ? Link to comment
WhoAmI Posted May 18, 2015 Share Posted May 18, 2015 You are creating file with '.db' extension, or you connect to global internal.db. Inserting and updating is done by database questions. 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