[HELP]Player Online php

01/17/2014 19:19 AxelMac#1
HI All, who have the script for player online?
Name level class ?
i not found in "search"!
01/18/2014 00:18 st.jimmy998#2
Mm u can make it by urself
using pvp rank, and add ORDER BY LoginStatus or something like
01/18/2014 05:01 AxelMac#3
Quote:
Originally Posted by st.jimmy998 View Post
Mm u can make it by urself
using pvp rank, and add ORDER BY LoginStatus or something like
instead of writing always
if ($row['Level']==60) $level= '60';
if ($row['Level']==59) $level= '59';
if ($row['Level']==58) $level= '58';
if ($row['Level']==57) $level= '57';
if ($row['Level']==56) $level= '56';
if ($row['Level']==55) $level= '55';
if ($row['Level']==54) $level= '54';
there is another way to get them from 0 to 60?