Re: [mccode v2] Tag Mod (Complete)
Bah, forgot to do that. Well run this:
CREATE TABLE `arena` (
`tmID` int(11) NOT NULL auto_increment,
`tmQTY` int(11) NOT NULL default '0',
`tmADDER` int(11) NOT NULL default '',
`tmPRICE` int(11)
PRIMARY KEY (`ID`)
)
This should work, I'm not too good with SQL's though, I use the tools on it that do it for you lol.