Usage

Script usage - Exports

exports["op-requests"]:sendRequest(playerId, head, description,{
    onReject = function()
      -- What script'll do when the request recipient will reject it
    end, 
    onAccept = function()
      -- What script'll do when the request recipient will accept it
    end
})

⚠ IMPORTANT: Executed from sender side. Remember the code is executed from sender side

Last updated