QBCore = exports['qb-core']:GetCoreObject() lib.addCommand('admin', { help = 'Open the admin menu', restricted = 'qbcore.mod' }, function(source) if not QBCore.Functions.IsOptin(source) then TriggerClientEvent('QBCore:Notify', source, 'You are not on admin duty', 'error'); return end TriggerClientEvent('ps-adminmenu:client:OpenUI', source) end) -- Callbacks