Jump to content
MakeWebGames

[mccode] Battle Arena [$20]


Isomerizer

Recommended Posts

Title: Battle Arena

Includes:

- 1 PHP File

- SQL File

- Instruction File

Description:

This mod will be great for those competitive users.

Users have the option to join a game, or create one if one is not in progress.

2 different types, Weaponless (Default weapon can only be used, in my game feet), and Normal.

Once joined, they can attack others players in the arena, and if they win they earn 1 kill, and will go up in the scoreboard, all games last for 24 hours.

Once the game is over all players who are currently playing in the arena will be informed of the winner and the game will be closed.

Also, previous results can be seen by players, showing the previous winners and who has the top kills per game. :evil:

Screen Shots

48290707ct5.jpg

Payment:

Purchase from here: http://isomerizer.com/mods.php?mod=arena

(Mod will be encrypted using ioncube, Please send details such as, Server OS, PHP Version, Domain it will be used on.)

Can be seen fully working @ www.amazon-survival.com

Link to comment
Share on other sites

  • 2 months later...

Re: Battle Arena [$20]

 

Need a few pointers on this one.

Swapped it to V1, though each time i hit the link to enter the file, it keeps leading me to the login page.

Sounds like your v1 header is incorrect.

Make sure its:

 

session_start();
require "global_func.php";
if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }
$userid=$_SESSION['userid'];
require "header.php";
$h = new headers;
$h->startheaders();
include "mysql.php";
global $c;
$is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error());
$ir=mysql_fetch_array($is);
check_level();
$fm=money_formatter($ir['money']);
$cm=money_formatter($ir['crystals'],'');
$lv=date('F j, Y, g:i a',$ir['laston']);
$h->userdata($ir,$lv,$fm,$cm);
$h->menuarea();
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 2 weeks later...
  • 1 month later...

Re: [mccode] Battle Arena [$20]

 

is there any way you can add a staff functions for this mod as id like to be able to edit the amount of time the battle runs for and maybe add a prize for the person who gets the most wins.

I could do this for a small fee. Contact me if your interested.

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