Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

noahxyz

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    noahxyz reacted to Wikd in How to add working holsters using CopHolster?   
    Hi, to add a new holster to CopHolster you need to open the XML and scroll down and add a new line to the MP_M_FREEMODE_01 slot (This will be down the bottom) once here you can see a bunch of already added holsters under <weapons> that look like.
     
                    <Item WeaponSet="Pistols">
                        <Component>8</Component>
                        <Holstered>16</Holstered>
                        <Unholstered>18</Unholstered>
                    </Item>
     
    Now make sure to change the component slot to 7 otherwise it will not be in the correct slot. to add a new one copy and paste this line just below the one at the bottom and match up the numbers of the holster in game to the numbers in the XML but take note that if your using EUP Menu usually you need to -1 to the item you wanna add for example 134 becomes 133.

    For further example if I wanted to add a holster that's in slot 100 (Holstered) and 101 (Unholstered) it would look like this 

                    <Item WeaponSet="Pistols">
                        <Component>7</Component>
                        <Holstered>99</Holstered>
                        <Unholstered>100</Unholstered>
                    </Item>
     
     
    Hope this helped and if you have any more questions just hit me up!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.