Jump to content
MakeWebGames

Attacking bug


PatterSon

Recommended Posts

I'm hoping someone can help me, I was messing about today, trying things out, and went to attack someone who was in fed, and it worked, which it really shouldn't have xD

Does anyone know how to fix this? I'm not sure what I'm looking for really.

Thanks to anyone who can help :)

Link to comment
Share on other sites

Re: Attacking bug

here's what i use it might help you

 

else if($odata['fedjail'])
{
print "This user is in fed jail and can not be attacked.

[url='index.php']> Back[/url]";
$h->endpage();
$_SESSION['attacking']=0;
$ir['attacking']=0;
$db->query("UPDATE users SET attacking=0 WHERE userid=$userid");
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...