Installation
Last updated
Last updated
CREATE TABLE IF NOT EXISTS `sickteleports` (
`citizenid` varchar(60) NOT NULL,
`hashome` varchar(5) DEFAULT '0',
`homelocations` varchar(250) DEFAULT NULL,
`homeName` tinytext DEFAULT 'Home',
PRIMARY KEY (`citizenid`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;INSERT INTO `sickteleports` (`citizenid`, `hashome`, `homelocations`, `homeName`) VALUES
('WKI50V48', '1', '{"x":-1063.014404296875,"y":-861.290771484375,"z":4.86802625656127}', 'SickScripts');