Jump to content
MakeWebGames

Stop use of morphine in fight


Llight

Recommended Posts

There should be something in header.php that is supposed to not allow users to leave the page while attacking or they lose all xp. Or in attack.php you can hide the menu so they cant access their inventory. Or another option would be if they are in attack mode you can add in itemuse.php something along the the lines of an if statement saying like

if ($_SESSION['attack']) {
echo "You cant do this";
$h-> endpage();
exit;
}
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...