mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(client/web): Set clipboard export
This commit is contained in:
@@ -8,3 +8,10 @@ lib = setmetatable({}, {
|
||||
rawset(self, name, fn)
|
||||
end
|
||||
})
|
||||
|
||||
function lib.setClipboard(value)
|
||||
SendNUIMessage({
|
||||
action = 'setClipboard',
|
||||
data = value
|
||||
})
|
||||
end
|
||||
Reference in New Issue
Block a user