mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Merge pull request #476 from feelfreetofee/main
feat(esx_property) CCTV Screenshot Translation
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
|
||||
|
||||
@@ -8,6 +8,7 @@ Locales['en'] = {
|
||||
["Zoom_level"] = "Zoom Level: %s %",
|
||||
["night_vision"] = "Toggle Night Vision",
|
||||
["clipboard"] = "Link Copied To ~b~Cipboard",
|
||||
["picture_taken"] = "Picture Taken!",
|
||||
["please_wait"] = "Please Wait Before taking another ~b~Picture",
|
||||
["exit"] = "Exit",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user