mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
whoops
This commit is contained in:
@@ -872,9 +872,6 @@ function OpenPMQuickMenu(Action)
|
|||||||
if ESX.PlayerData.job.grade >= PM.Permissions.CreateProperty then
|
if ESX.PlayerData.job.grade >= PM.Permissions.CreateProperty then
|
||||||
elements[#elements + 1] = {title = "Create Property", value = "CreateProperty"}
|
elements[#elements + 1] = {title = "Create Property", value = "CreateProperty"}
|
||||||
end
|
end
|
||||||
if ESX.PlayerData.job.grade >= PM.Permissions.BillPlayers then
|
|
||||||
elements[#elements + 1] = {title = "Create Bill", value = "bill"}
|
|
||||||
end
|
|
||||||
if ESX.PlayerData.job.grade >= PM.Permissions.ManagePropertiesFromQuickActions then
|
if ESX.PlayerData.job.grade >= PM.Permissions.ManagePropertiesFromQuickActions then
|
||||||
elements[#elements + 1] = {title = "Manage Properties", value = "manage"}
|
elements[#elements + 1] = {title = "Manage Properties", value = "manage"}
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -154,7 +154,6 @@ Config.PlayerManagement = {
|
|||||||
},
|
},
|
||||||
Permissions = { -- Minimum Grade Required for Action
|
Permissions = { -- Minimum Grade Required for Action
|
||||||
CreateProperty = 0, -- Create Property
|
CreateProperty = 0, -- Create Property
|
||||||
BillPlayers = 1, -- Send Players A Bill
|
|
||||||
DeleteProperty = 2, -- Delete Property
|
DeleteProperty = 2, -- Delete Property
|
||||||
ViewProperties = 0, -- View All Properties
|
ViewProperties = 0, -- View All Properties
|
||||||
SellProperty = 0, -- Sell Property to players
|
SellProperty = 0, -- Sell Property to players
|
||||||
|
|||||||
Reference in New Issue
Block a user