Skip to content

Commit 3ebe73c

Browse files
committed
Merge remote-tracking branch 'iamilia/main' into dev
2 parents 69d9fe4 + b363d6b commit 3ebe73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[core]/es_extended/server/functions.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ end
2626

2727
---@param name string | table
2828
---@param group string | table
29-
---@param cb function
29+
---@param cb fun(xPlayer : xPlayer|false, args : table, showError :function )
3030
---@param allowConsole? boolean
31-
---@param suggestion? table
31+
---@param suggestion? {help:string, validate:boolean, arguments:{name:string, validate:boolean, help:string, type:'number'|'string'|'player'|'coordinate'|'playerId'|'item'|'weapon'|'any'|'merge'}[]}
3232
function ESX.RegisterCommand(name, group, cb, allowConsole, suggestion)
3333
if type(name) == "table" then
3434
for _, v in ipairs(name) do

0 commit comments

Comments
 (0)