Jump to content
MakeWebGames

Recommended Posts

Posted

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 :)

Posted

Re: Attacking bug

check if the person being attacked is in fed

I have no idea of what your coding ability is, and if you don't have any/much at all, then you'll need to post your attack file.

Posted

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;
}

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...