Server Exports
open
exports['redutzu-mdt']:open(source)RegisterCommand('open_mdt', function(source)
exports['redutzu-mdt']:open(source)
end, false)isAllowed
exports['redutzu-mdt']:isAllowed(source)RegisterCommand('example', function(source)
local allowed = exports['redutzu-mdt']:isAllowed(source)
if allowed then
-- Do something if the player is allowed to open the MDT
end
end, false)isJobWhitelisted
hasPermission
GetOfficerCallsign
SetOfficerCallsign
GetOfficerStatus
SetOfficerStatus
IsDuty
SetDuty
Last updated