mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
7 lines
101 B
Lua
7 lines
101 B
Lua
|
|
function lib.setClipboard(value)
|
||
|
|
SendNUIMessage({
|
||
|
|
action = 'setClipboard',
|
||
|
|
data = value
|
||
|
|
})
|
||
|
|
end
|