Jump to content
MakeWebGames

Recommended Posts

Posted

Nice one Blade.its like old one but still i like it because/./..now damges made are normal...in the mccodes 2 attack...its 1000000000damage

your damage is blanced lol

and nice color ;)

Posted

109. You tried to hit Assassin Creed but missed (0)

110. Using his Fists Assassin Creed hit you doing 0 damage 134

can u make it like..if we reach 100 it says" looks like you both knocked out each other " or something like that?

the fight never stops until someone wins.thats boring kinda ;)

Posted

Yeah..because..i added this to my test game...and i had same weapon adn same batle stats as the opponent

then we both fought till 1000

still no winner.....

109. You tried to hit Assassin Creed but missed (0)

110. Using his Fists Assassin Creed hit you doing 0 damage 134

when it reaches 100 stop the fight ? with a message?

Posted

I appreciate someone that does give it a go and tries their best. So well done.

Now....and be honest

$_GET['ID'] = (isset($_GET['ID']) && ($_GET['ID'])) ? intval($_GET['ID']) : false;

Do you really understand what what line and all the other lines are doing or is it a cut n paste this is what everyone else uses.

Posted

The only thing I don't understand on it is the : false; and isset

I got help doing it. But I did it. No copy and pasting except for the first few lines.

 

edit- isset is check to see if the number (example attack.php?ID=2) That number is set.

Posted

if($_GET['nextstep'] > 10) {

echo'<center><span style="color: red;">STALEMATE!</span>

This fight is going knowhere you may as well go home!

> Back</center>';

$h->endpage();

event_add($odata['userid'],"{$youdata['username']} Tried to beat you but stalemated.",$c);

event_add($youdata['userid']," You Tried to beat {$odata['username']} but stalemated.",$c);

exit;

}

 

NOT WORKING

Posted
I appreciate someone that does give it a go and tries their best. So well done.

Now....and be honest

$_GET['ID'] = (isset($_GET['ID']) && ($_GET['ID'])) ? intval($_GET['ID']) : false;

Do you really understand what what line and all the other lines are doing or is it a cut n paste this is what everyone else uses.

Yeah Blade, the second $_GET isn't needed and perhaps 0 would be better than false.

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

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