Jump to content
MakeWebGames

battlearena


Savager

Recommended Posts

Re: battlearena

i tryed this and it ran good but i still get a sql error when tryin 2 battle

 

CREATE TABLE `battlearena` (

`batid` int(11) NOT NULL auto_increment,

`p1` int(11) NOT NULL default '0',

`p2` int(11) NOT NULL default '0',

`p3` int(11) NOT NULL default '0',

`p4` int(11) NOT NULL default '0',

`p5` int(11) NOT NULL default '0',

`p6` int(11) NOT NULL default '0',

`p7` int(11) NOT NULL default '0',

`p8` int(11) NOT NULL default '0',

`p9` int(11) NOT NULL default '0',

`p10` int(11) NOT NULL default '0',

`lastwinner` int(11) NOT NULL default '0',

PRIMARY KEY (`batid`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

Link to comment
Share on other sites

  • 4 months later...
  • 2 months later...

Re: battlearena

 

i tryed this and it ran good but i still get a sql error when tryin 2 battle

 

CREATE TABLE `battlearena` (

`batid` int(11) NOT NULL auto_increment,

`p1` int(11) NOT NULL default '0',

`p2` int(11) NOT NULL default '0',

`p3` int(11) NOT NULL default '0',

`p4` int(11) NOT NULL default '0',

`p5` int(11) NOT NULL default '0',

`p6` int(11) NOT NULL default '0',

`p7` int(11) NOT NULL default '0',

`p8` int(11) NOT NULL default '0',

`p9` int(11) NOT NULL default '0',

`p10` int(11) NOT NULL default '0',

`lastwinner` int(11) NOT NULL default '0',

PRIMARY KEY (`batid`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

For someone who sells mods, you would think you could figure this out. I'm a hardcore noob with this kind of stuff but I've tried it, and it's not bad. But again... Maybe you should learn that part before posting my mods for sale...

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