-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathlocks.sql
6 lines (6 loc) · 1.57 KB
/
locks.sql
1
2
3
4
5
6
-- ONLY FOR ESX WITH ox_doorlock
INSERT INTO `ox_doorlock` (`name`, `data`) VALUES ('bobcatsecurity-maindoor', '{"state":1,"coords":{"x":914.6723022460938,"y":-2121.842529296875,"z":31.39502716064453},"maxDistance":0,"hideUi":true,"doors":[{"heading":85,"coords":{"x":914.5589599609375,"y":-2123.1376953125,"z":31.39502716064453},"model":-2023754432},{"heading":265,"coords":{"x":914.78564453125,"y":-2120.54736328125,"z":31.39502716064453},"model":-2023754432}]}');
INSERT INTO `ox_doorlock` (`name`, `data`) VALUES ('bobcatsecurity-seconddoor', '{"state":1,"coords":{"x":908.4404296875,"y":-2121.276123046875,"z":31.38099098205566},"model":-2023754432,"hideUi":true,"maxDistance":0,"heading":85}');
INSERT INTO `ox_doorlock` (`name`, `data`) VALUES ('bobcatsecurity-unentrabledoor', '{"state":1,"coords":{"x":906.67626953125,"y":-2113.287841796875,"z":31.38018417358398},"model":-551608542,"hideUi":true,"heading":355,"maxDistance":0}');
INSERT INTO `ox_doorlock` (`name`, `data`) VALUES ('bobcatsecurity-thirddoor', '{"maxDistance":0,"doors":[{"coords":{"x":904.9136352539063,"y":-2119.686279296875,"z":31.38022422790527},"hideUi":true,"heading":265,"model":1438783233},{"coords":{"x":904.68701171875,"y":-2122.276123046875,"z":31.38022422790527},"heading":85,"model":1438783233}],"state":1,"coords":{"x":904.80029296875,"y":-2120.981201171875,"z":31.38022422790527}}');
INSERT INTO `ox_doorlock` (`name`, `data`) VALUES ('bobcatsecurity-lastdoor', '{"maxDistance":0,"state":1,"model":-1514454788,"coords":{"x":889.914306640625,"y":-2107.78076171875,"z":30.23573303222656},"hideUi":true,"heading":175}');