mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
refactor(es_extended): Add Annotations To ESX.SecureNetEvent()
This commit is contained in:
@@ -585,6 +585,7 @@ ESX.SecureNetEvent('esx:updatePlayerData', function(key, val)
|
||||
ESX.SetPlayerData(key, val)
|
||||
end)
|
||||
|
||||
---@param command string
|
||||
ESX.SecureNetEvent("esx:executeCommand", function(command)
|
||||
ExecuteCommand(command)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user