You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N0rmie, I have a problem with the script, the secured triggering in the chat script does not work, in other scripts it works normally
RegisterNUICallback('chatResult', function(data, cb)
chatInputActive = false
SetNuiFocus(false)
if not data.canceled then
local id = PlayerId()
--deprecated
local r, g, b = 0, 0x99, 255
if data.message:sub(1, 1) == '/' then
ExecuteCommand(data.message:sub(2))
else
TriggerServerEvent('_dsadsadsadsadsadsa1', data.message) - work
secured_TriggerServerEvent('_dsadsadsadsadsadsa', data.message) - not work
end
end
cb('ok')
end)
N0rmie, I have a problem with the script, the secured triggering in the chat script does not work, in other scripts it works normally
The text was updated successfully, but these errors were encountered: