3 lines
114 B
PHP
3 lines
114 B
PHP
|
<?= number_format($__accounts) ?> player<?= $__accounts > 1 ? "s" : "" ?>,
|
||
|
<?= number_format($__online) ?> online
|