Jump to content
MakeWebGames

Recommended Posts

Posted

I'm done adding the human Vs Zombie V2 mod, but because of my costume attack I am having trouble adding this line

Open attack.php

Find

------------------------------------------------------

<form action='attacktake.php?ID={$_GET['ID']}' method='post'><input type='submit' value='Leave Them' /></form>";

------------------------------------------------------

After that add

------------------------------------------------------

if ($ir['humanorzombie'] == 1 && $odata['level'] >= $ir['level'] && $odata['humanorzombie']==0)

{

echo '<form action="attackbite.php?ID='.$_GET['ID'].'" method="post"><input type="submit" value="Bite Them" /></form>';

}

 

This does not work for my attack.php

Posted

i would advise you to remove your attack it looks like a paid mod from iamwicked (trys to remember current name) and your showing it to MWG community

  • 3 years later...
Posted
I'm done adding the human Vs Zombie V2 mod, but because of my costume attack I am having trouble adding this line

Open attack.php

Find

------------------------------------------------------

<form action='attacktake.php?ID={$_GET['ID']}' method='post'><input type='submit' value='Leave Them' /></form>";

------------------------------------------------------

After that add

------------------------------------------------------

if ($ir['humanorzombie'] == 1 && $odata['level'] >= $ir['level'] && $odata['humanorzombie']==0)

>>{

echo '<form action="attackbite.php?ID='.$_GET['ID'].'" method="post"><input type="submit" value="Bite Them" /></form>';

}

 

This does not work for my attack.php<<

The items within the >><< are also on the same line so double check they aren't causing the problem

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