Top 15 Score List.
#1

Hello, i have a guestion. How can i make a top15 score list ? Even when players are offline, to see top15 score list ?

I hope you guys understand what i need...
Reply
#2

Well, with SQL will be very easy! You'll only need to execute a query and get the data in order to print them.

pawn Код:
SELECT score, name FROM table ORDER BY score DESC LIMIT 15
With files, you'll need to overwrite to a file over and over again if someone gets more score than those players are in the top 15.
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Well, with SQL will be very easy! You'll only need to execute a query and get the data in order to print them.

pawn Код:
SELECT score, name FROM table ORDER BY score DESC LIMIT 15
With files, you'll need to overwrite to a file over and over again if someone gets more score than those players are in the top 15.
Okay, i really cant do anything with SQL, but i will give it a try
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)