Last active
June 1, 2023 07:03
-
-
Save Mobius1/252516a424becfad7b0f0c35cd1cbfc4 to your computer and use it in GitHub Desktop.
Playboy Mansion door and gate config for use with esx_doorlock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Automatic Gate 1 | |
-- | |
{ | |
objHash = -2125423493, | |
objHeading = 5.000, | |
objCoords = vector3(-1474.12900, 68.38937, 52.52709), | |
textCoords = vector3(-1471.15, 68.99, 54.32), | |
authorizedJobs = {}, | |
locked = true, | |
maxDistance = 10.0 | |
}, | |
-- | |
-- Automatic Gate 2 | |
-- | |
{ | |
objHash = -2125423493, | |
objHeading = 329.00, | |
objCoords = vector3(-1616.23400, 79.78043, 60.77741), | |
textCoords = vector3(-1613.65, 78.06, 62.76), | |
authorizedJobs = {}, | |
locked = true, | |
maxDistance = 10.0 | |
}, | |
-- | |
-- Side Gate 1 | |
-- | |
{ | |
objHash = -1859471240, | |
objHeading = 9.393, | |
objCoords = vector3(-1462.42500, 65.71588, 53.38676), | |
textCoords = vector3(-1461.7, 65.91, 53.96), | |
authorizedJobs = {}, | |
locked = true, | |
maxDistance = 1.25 | |
}, | |
-- | |
-- Side Gate 2 | |
-- | |
{ | |
objHash = -1859471240, | |
objHeading = 60.730, | |
objCoords = vector3(-1441.72700, 171.91040, 56.06494), | |
textCoords = vector3(-1441.49, 172.58, 56.87), | |
authorizedJobs = {}, | |
locked = true, | |
maxDistance = 1.25 | |
}, | |
-- | |
-- Side Gate 3 | |
-- | |
{ | |
objHash = -1859471240, | |
objHeading = 129.435, | |
objCoords = vector3(-1434.00600, 235.01300, 60.37110), | |
textCoords = vector3(-1434.54, 235.5, 60.81), | |
authorizedJobs = {}, | |
locked = true, | |
maxDistance = 1.25 | |
}, | |
-- | |
-- Side Gate 4 | |
-- | |
{ | |
objHash = -1859471240, | |
objHeading = 203.500, | |
objCoords = vector3(-1578.37100, 153.20700, 58.96855), | |
textCoords = vector3(-1579.01, 152.87, 59.64), | |
authorizedJobs = {}, | |
locked = true, | |
maxDistance = 1.25 | |
}, | |
-- | |
-- Front Door - needs the Playboy Mansion MLO Interior by MrBrown1999: https://www.gta5-mods.com/maps/mlo-playboy-mansion-interior-sp-fivem | |
-- | |
{ | |
objHash = -658026477, | |
objHeading = 226.696, | |
objCoords = vector3(-1501.36000, 103.26720, 55.80742), | |
textCoords = vector3(-1500.87, 103.69, 56.49), | |
authorizedJobs = {}, | |
locked = true, | |
maxDistance = 1.25 | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment