MV-HUD
Welcome to installation guide of mv-hud
SQL Code
CREATE TABLE IF NOT EXISTS `players_preferences` (
`identifier` varchar(255) NOT NULL,
`preferences` mediumtext NOT NULL,
PRIMARY KEY (`identifier`)
);Last updated
Welcome to installation guide of mv-hud
CREATE TABLE IF NOT EXISTS `players_preferences` (
`identifier` varchar(255) NOT NULL,
`preferences` mediumtext NOT NULL,
PRIMARY KEY (`identifier`)
);Last updated