Community
All Features
Overview of all exisiting features.
Arcade
Play various games in the arcade.
Awards
Earn awards for different tasks.
Bug Tracker
Report site related bugs the right way.
Credits
Everything related to credits.
Groups
A list of user run groups you can join.
Help Center
Official regulations and help documents.
Member List
A list of all registered members.
Latest Announcements
Staff Recruitment | September 2022
Changelog #34 - 03/04/2022
April Update - Index Redesign and Unlock Content Experiment
Support
Shop
Upgrade
Log In
Create Account
NulledBB
Leaks
Forum Leaks
MyBB
MyBB Support
years of service support
Create an account
Login
PrivateAlps.net - Offshore Cloud Services | VPS/RDP/VPN - Dedicated Servers - Webhosting - TOR Services - Auto Deploy
ADULTSLAYER.STORE 💎 #1 PORN SHOP | 700+ Hot Products: Brazzers, Teamskeet, Pornhub, NaughtyAmerica, Many More! | 💸 Secure PayPal & Card Payments | Satisfaction Guaranteed! 🔥
MyBB Support
years of service support
Submitted by Tutti Frutti,
11-09-2017, 10:55 PM
, Thread ID: 46643
Thread Closed
Reply
RE: years of service support
12-09-2017, 12:18 AM
#6
if(SHOWRICHEST){
$i = 1;
$players = DB::Query('SELECT * FROM darkrp_player ORDER by wallet desc LIMIT 10');
$html = '<tr>';
foreach($players as $row){
$html = $html.'<td>'.$i.'</td>
<td>'.$row['rpname'].'</td>
<td>$'.formatMoney($row['wallet'], true).'</td>';
if(LEVEL){
$playerlevel = DB::QueryValue('SELECT level FROM darkrp_levels WHERE uid = :uid', array(':uid'=>$row['uid']));
$html = $html.'<td>'.$playerlevel.'</td>';
}
$i++;
$html = $html . '</tr>';
}
}
?>
Heres some code from payable addon on loading screen for garry`s mod. Hope those works!
More
Users browsing this thread: 1 Guest(s)