Call staff function

function callStaff()
    -- Here's your implementation of your call staff system. By default it will send a message to staff chat.
    ExecuteCommand('report', 'I need help!')
end

This function in the client/framework.lua will be triggered when the client clicks the call staff button. You can add your own logic to call staff, if you have a different report system.

Last updated