mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 06:16:02 +01:00
Add files via upload
This commit is contained in:
24
ND_Jailing/config_client.lua
Normal file
24
ND_Jailing/config_client.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
config = {
|
||||
maxJailTime = 10, -- Max time in seconds that someone can jail another player.
|
||||
jailDistance = 90.0, -- How far can the player go from the Jail coordinates. If the player is further than the set amount they will be teleported back.
|
||||
|
||||
jailCoords = {x = 1680.21, y = 2513.25, z = 44.56, h = 6.53},
|
||||
releaseCoords = {x = 1840.22, y = 2608.42, z = 45.58, h = 270.09},
|
||||
|
||||
-- Where can players access it from.
|
||||
accessLocation = {
|
||||
{x = -449.61, y = 6012.42, z = 31.72}, -- Paleto Bay Sheriff's Office
|
||||
{x = 1853.08, y = 3690.2, z = 34.27}, -- Sandy Shores Sheriff's Office
|
||||
{x = 459.84, y = -989.15, z = 24.91}, -- Mission Row PD
|
||||
},
|
||||
|
||||
-- Departments that can access the jail tablet.
|
||||
accessDepartments = {
|
||||
"SAHP",
|
||||
"LSPD",
|
||||
"BCSO"
|
||||
},
|
||||
|
||||
-- How close does the player have to be to the coordiantes to be able to open the tablet.
|
||||
accessDistance = 0.5,
|
||||
}
|
||||
Reference in New Issue
Block a user