Page 1 of 1

MySQL Mapcycle

Posted: Mon Nov 22, 2021 11:36 pm
by greenie
Hello,

This is my first plugin so ...

This plugins selects the mapcycle from a MySQL Database.

Table:
CREATE TABLE maps (
map varchar(32) NOT NULL default ''
) TYPE=MyISAM;

Add a map with:
INSERT INTO maps VALUES ('de_dust'); (this will add de_dust)

Greetz,
GDX^

EDIT: webcontrol added

.zip