Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
Help For Top Player Mysql R41+
brianrestup
Unregistered
#1
27.03.2020, 11:43
How to create top player like, money,score with dialog.
Thanks Before.
Reply
Symon
High-roller
Posts: 1,004
Threads: 2
Joined: Apr 2019
Reputation:
0
#2
27.03.2020, 12:37
Which saving system are you using? Give us more info.
Find
Reply
brianrestup
Unregistered
#3
27.03.2020, 22:51
I using mysql R1-4 sir, can u help me?
Reply
SiaReyes
Gangsta
Posts: 617
Threads: 2
Joined: Mar 2019
Reputation:
0
#4
28.03.2020, 05:35
Code:
"SELECT money FROM accounts ORDERBY money DESC LIMIT 30;"
This is the query, you can set limit like how many players you want to display. 30 would be enough.
Find
Reply
brianrestup
Unregistered
#5
28.03.2020, 12:47
Quote:
Originally Posted by
SiaReyes
Code:
"SELECT money FROM accounts ORDERBY money DESC LIMIT 30;"
This is the query, you can set limit like how many players you want to display. 30 would be enough.
And how to add, PlayerName [ValueMoney] in dialog?
Reply
ChuckyBabe
Huge Clucker
Posts: 463
Threads: 83
Joined: Aug 2013
Reputation:
0
#6
28.03.2020, 17:10
it should be like somehow like this.
"SELECT playername, money FROM accounts ......"
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help