Returns whether the administrator is admin or not
exports.jc_admin:IsAdmin()
Open the admin panel (run the configured command)
exports.jc_admin:OpenAdminPanel()
Last updated 24 days ago
local isAdmin = exports.jc_admin:IsAdmin() if isAdmin then print 'Is Admin' end