Jump to content
MakeWebGames

Recommended Posts

Posted

This was requested by Agon, I've done it using the LITE version as that was the requested version, but I've never worked with LITE so there may be an error as I've not tested to it's fullest extent.

If anyone is actually interested in having it in another version, just let me know.

SQL:

[mysql]CREATE TABLE IF NOT EXISTS `uBomb` (

`ID` int(11) NOT NULL auto_increment,

`Attacker` int(11) NOT NULL,

`Defender` int(111) NOT NULL,

`TimeStamp` int(11) NOT NULL,

PRIMARY KEY (`ID`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;[/mysql]

Bomb.php

You're unable to view this code.

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

 

Open global_func.php and add this is...This is "Magictallguys"

You're unable to view this code.

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

 

Open header.php, Add this where you want it to display...

 

You're unable to view this code.

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

 

That's it, for the Hospital queries, please change to your own as LITE doesn't come with a hospital.

Any errors let me know asap, I did this quick so that may be the case...

Posted

It was requested in V2 also so here it is, not tested.

Bomb.php

 

You're unable to view this code.

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

 

Open header.php and add...

 

You're unable to view this code.

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

 

The rest is the same. =)

Posted

debug 1 for lite

Debugging to work for lite.

find and replace:

Bomb.php with bomb.php

Working pretty smooth.

My problem, getting my hospital query to work.

I've replaced the existing with the one I use on attackwon.php.

 

You're unable to view this code.

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

 

Not exactly sure what I'm doing wrong here.

Other small bug, I'm not sure how to fix.

Keeps the "defuse" and "confirm" button after the event has taken place.

Also,

Wonder if this:

 

You're unable to view this code.

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

could be changed to a menu with four color choices?

Input, ideas, suggestions?

Posted

Okay fist post has been updated with required specifications.

 

Other small bug, I'm not sure how to fix.

Keeps the "defuse" and "confirm" button after the event has taken place.

I'm not quite sure what you mean?, I've tested it and can't seem to find that error...?
  • 4 months later...
Posted

Working on the V2 debugging.

in bomb.php find:

 

You're unable to view this code.

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

 

and replace with

 

You're unable to view this code.

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

 

Thanks for the wonderful mod. Something my players love!

Posted

Hi all -

 

I'm trying to get this mod to work and I must be missing something.

I've put in the table, added all the V2 mod's - but when I try and run the script all I get is a blank page.

 

I'm on MCC v2 and when I try to run the script I'm using bomb.php?submit&ID=1 or bomb.php?Defuse&ID=1

 

Any ideas???

 

Thanks

Posted

I'm having trouble getting the event to work. Maybe I'm putting the header info in the wrong place? Doesn't seem to be displaying after a user is sent a bomb.

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