getLib('main/account');
$players = $game->getLib('beta5/player');
$player = $_SESSION[game::sessName()]['player'];
?>
>Player |
call('isAdmin', $_SESSION['userid'])) {
echo "Administration";
} else {
echo " ";
}
?> |
>Server time: |
|
|
>Current funds: |
call('get', $player);
if ($accounts->call('getQuitCountdown', $_SESSION['userid'])) {
echo "CLOSING ACCOUNT";
} else if (!is_null($pinf['qts'])) {
echo "LEAVING GAME";
} else if ($players->call('isOnVacation', $player)) {
echo "ON VACATION";
} else if ($players->call('getProtectionLevel', $player)) {
echo "UNDER PROTECTION";
} else {
echo " ";
}
?> |
Game: =$game->text?> |
|