forked from Simnation/Main
ed
This commit is contained in:
parent
df42f2a9dd
commit
061e5de520
1 changed files with 8 additions and 2 deletions
|
@ -344,11 +344,17 @@ if Config.EnableJobOutfitsCommand then
|
|||
end
|
||||
|
||||
lib.addCommand("reloadskin", { help = _L("commands.reloadskin.title") }, function(source)
|
||||
TriggerClientEvent("illenium-appearance:client:reloadSkin", source)
|
||||
local src = source
|
||||
TriggerClientEvent("illenium-appearance:client:reloadSkin", src)
|
||||
Wait(500)
|
||||
TriggerClientEvent("Pug:ReloadGuns:sling", src)
|
||||
end)
|
||||
|
||||
lib.addCommand("clearstuckprops", { help = _L("commands.clearstuckprops.title") }, function(source)
|
||||
TriggerClientEvent("illenium-appearance:client:ClearStuckProps", source)
|
||||
local src = source
|
||||
TriggerClientEvent("illenium-appearance:client:ClearStuckProps", src)
|
||||
Wait(500)
|
||||
TriggerClientEvent("Pug:ReloadGuns:sling", src)
|
||||
end)
|
||||
|
||||
lib.versionCheck("iLLeniumStudios/illenium-appearance")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue