Hello
How to hide the Admins what - Ranking site?
site, FRA2009 ..
Hello
How to hide the Admins what - Ranking site?
site, FRA2009 ..
Dont know if it has any options to do that
but you could change the query to check if the UGradeID
isn't any of the admin/gm ugradeid's
Wrong section btw
this belongs in the section above this one.
PHP Code:SELECT TOP * FROM Account a, Character b WHERE a.AID=b.AID AND a.UgradeID != '255' AND a.UGradeID != '254' AND b.CharNum != '-1'