Please import the SQL below into your database
CREATE TABLE IF NOT EXISTS `uzstore_trygonhud` ( `owner` varchar(65) DEFAULT NULL, `color` int(11) DEFAULT 2, `type` longtext DEFAULT 'mph', `customcolor` text DEFAULT '[]', `maptype` text DEFAULT 'rectangle', `stress` int(11) DEFAULT 0, UNIQUE KEY `owner` (`owner`) ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
Last updated 6 months ago
Was this helpful?