MySQL Mapcycle

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

MySQL Mapcycle

Post 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
Post Reply

Return to “Server Management”