mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
feat(esx_property/client/cctv.lua) Translation
Notification for CCTV Screenshot
This commit is contained in:
@@ -231,7 +231,7 @@ function CCTV(PropertyID)
|
||||
exports['screenshot-basic']:requestScreenshotUpload(hook, "files[]", function(data)
|
||||
local image = json.decode(data)
|
||||
print(ESX.DumpTable(image))
|
||||
ESX.ShowNotification("Picture Taken!", "success")
|
||||
ESX.ShowNotification(_U("picture_taken"), "success")
|
||||
SendNUIMessage({link = image.attachments[1].proxy_url})
|
||||
ESX.ShowNotification(_U("clipboard"), "success")
|
||||
ShowButtons = true
|
||||
|
||||
Reference in New Issue
Block a user