A simple plugin that allows you to setup your mapcycle trought MySQL
Installation:- Copy the mysql_mapcycle.smx to your plugins directory
- None
Quote: Databases.cfg:
"mysql_mapcycle"
{
"driver" "mysql"
"host" "YourHost"
"database" "YourDatabase"
"user" "YourUser"
"pass" "YourPassword"
//"timeout" "0"
//"port" "0"
}
MySQL Table:
CREATE TABLE IF NOT EXISTS `mapcycle` (
`map` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
ToDo:
Quote: - WebInterface comming today or tomorrow Changelog:
Quote: MySQL Mapcycle 1.0
- Initial release
Attached Files

Wyświetl pełny artykuł