Pug Development
  • ๐Ÿ‘‹Welcome To Pug Development
    • ๐Ÿ“ŒInformation
  • ๐Ÿ““Scripts
    • ๐Ÿ’ŽRobbery Creator
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • Mini Games
      • ๐Ÿ’กThings to know
        • ๐ŸŽจHow To Use
        • ๐ŸŽฎCustom Mini Games
        • ๐Ÿ’ฃCreate Explosion
        • ๐Ÿ“‘Tab Settings
        • ๐Ÿ“ฃBank Truck & ATM Alert
        • ๐Ÿ“ฑCustom Keypad
        • ๐Ÿ’ฑMove Steps Around
        • ๐Ÿ‘ปMake Props Disappear When Looted
        • ๐ŸคนRemove Kill Screen Effect
        • ๐ŸŽPreset Heist Progression
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’ผBusiness Creator
      • ๐Ÿ“Installation
      • ๐Ÿ’กThings to know
        • ๐Ÿ”—Linking Jobs To The Menu
        • ๐Ÿ“ƒOpen Menu
        • ๐Ÿ”›Criminal crafting
        • ๐Ÿ›ฐ๏ธCreated Items
      • โ“FAQ
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ”ซPaint Ball
      • ๐Ÿ“Installation
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • ๐Ÿ—บ๏ธMap Making Tutorial
        • ๐Ÿ‘šSet Team Outfits
        • ๐Ÿ“…Scoreboard
        • ๐Ÿ”Surrender
    • ๐Ÿ› ๏ธRepo Job
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’‰Coke Business
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐ŸŽฃFishing
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • ๐ŸŸFishing Lure
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • โ†—๏ธProgression
        • ๐Ÿ’ฏReputation
    • ๐Ÿ”ซWeapon Sling
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ†Battle Royale
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • โ˜๏ธWeather Sync
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
    • ๐Ÿš˜Car Chopping
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
      • ๐Ÿ“œDependency & Support
Powered by GitBook
On this page
  • Script Download
  • Log Into CFX Portal
  • Granted Assets
  • Script Setup
  • Updated Commands
  • Setup Complete
  • Additional Information
  • Script Support & Dependencies
  1. Scripts
  2. Weapon Sling

Installation

PreviousWeapon SlingNextDependency & Support

Last updated 4 months ago

Script Download

1

Log Into CFX Portal

2

Granted Assets

Navigate to the assets page to find the resource.

Script Setup

1

Updated Commands

If you are using illenium-appearance make sure to head to illenium-appearance/server/server.lua and replace these commands with these.

lib.addCommand("clarstuckprops", { 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)
2

Setup Complete

Ensure the script and it will work perfectly as intended.

Additional Information

You can run this event to clear stuck items on player without removing sling items.

TriggerEvent("Pug:ReloadGuns:sling")

๐Ÿ““
๐Ÿ”ซ
๐Ÿ“
CFX Portal
Script Support & Dependencies