Ok lmao so i got this code, but how would i make it so it only shows for userlevel 4?
PHP Code:<?php
if($fetch->ghostmode == "1")
{
echo("Ghostmode[<font color=\"green\">ON</font>]");
}
elseif($fetch->ghostmode == "0")
{
echo("Ghostmode[<font color=\"red\">OFF</font>]");
}
?>






Reply With Quote




