GOD Coke
Mapper
Can someone please help me with this
this is what I want it to come out, the level like 1,000M and not 1000000

this is the one i have

this is what I want it to come out, the level like 1,000M and not 1000000

this is the one i have

PHP:
$players_skill .= '<li>• '.$order.'. <a class="playerlink" href="?subtopic=characters&name='.urlencode($skill['name']).'">'.($skill['online']>0 ? "<font color=\"green\">".$skill['name']."</font>" : "".$skill['name']."</font>").'</a></td> <span class="lvl"> '.$skill['level'].'</span></li>';
Last edited:
