MySQL Mapcycle
Posted: Mon Nov 22, 2021 11:36 pm
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
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