Installation
Download Dependencies
Step 1.
Step 2
Step 3 (optional)
Last updated
Last updated
function HasPermission(source)
--[[ ESX
local player = Framework.object.GetPlayerFromID(source)
if player.getGroup() == 'admin' then return true else return false end
]]
return true
end