Last updated 2 months ago
Navigate to the assets page to find the resource.
If you are using illenium-appearance make sure to head to illenium-appearance/server/server.lua and replace these commands with these.
lib.addCommand("clearstuckprops", { help = _L("commands.clearstuckprops.title") }, function(source) local src = source TriggerClientEvent("illenium-appearance:client:ClearStuckProps", src) Wait(500) TriggerClientEvent("Pug:ReloadGuns:sling", src) end)
lib.addCommand("reloadskin", { help = _L("commands.reloadskin.title") }, function(source) local src = source TriggerClientEvent("illenium-appearance:client:reloadSkin", src) Wait(500) TriggerClientEvent("Pug:ReloadGuns:sling", src) end)
Ensure the script and it will work perfectly as intended.
You can run this event to clear stuck items on player without removing sling items.
TriggerEvent("Pug:ReloadGuns:sling")