Jump to content

How to I create SQL player data for map


freudo

Recommended Posts

Posted

I want create SQL top players data in map.

Who help me?

Example:

[DD]Cross XL

1. barikat 2wins

2.sky 1wins

etc..

WOC-DD Destruction Derby

-Level system

-Clan system

-Topwins

-Event system for EXP

-Podium with animation

And more

350x20_FFFFF_FFFFF_00000_00000.png

Posted

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

Posted

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.

WOC-DD Destruction Derby

-Level system

-Clan system

-Topwins

-Event system for EXP

-Podium with animation

And more

350x20_FFFFF_FFFFF_00000_00000.png

Posted
Use db functions instead
dbConnect 
dbQuery 
dbExec 
dbFree 

How to I create DB?

And how to I insert or update playername and wins ?

WOC-DD Destruction Derby

-Level system

-Clan system

-Topwins

-Event system for EXP

-Podium with animation

And more

350x20_FFFFF_FFFFF_00000_00000.png

Posted

You are creating file with '.db' extension, or you connect to global internal.db. Inserting and updating is done by database questions.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...