mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
7 lines
141 B
Lua
7 lines
141 B
Lua
---@param value string
|
|
function lib.setClipboard(value)
|
|
SendNUIMessage({
|
|
action = 'setClipboard',
|
|
data = value
|
|
})
|
|
end |