View Single Post
  #5  
Old 05-26-2006, 09:15 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

ya commands table
Code:
CREATE TABLE `commands` (
  `command` varchar(20) NOT NULL default '',
  `access` tinyint(3) unsigned NOT NULL default '0',
  PRIMARY KEY  (`command`)
) TYPE=MyISAM;
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote