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.
The latest updated version of RAGE Plugin Hook, required to play LSPDFR, can be found inside the LSPDFR download. It is not currently available on the RAGE Plugin Hook website.

How to add new outfits selections in Locker Room menu?

Featured Replies

Hi, i added a new outfit in my custom/outfits_polizia_eup.xml but, when I am in the locker room menu, the new outfit selection I created doesn't appear. The xml does not contain errors (because the RPH log do not contains errors and lspdfr works normally), so what am I doing wrong?

This is the custom outfit code I created
 

Spoiler

    <Outfit>
        <Name>Divisa Estiva Lunga</Name>
        <ScriptName>estiva_polizia_lunga</ScriptName>
        <Variations>
<!-- ESTIVA LUNGA UOMO -->
            <Variation>
                <Name>Agente</Name>
                <ScriptName>agenteestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                  <Components>
                    <!--berd-->
                    <Component id="1" drawable="0" texture="0" />
                    <!--uppr-->
                    <Component id="3" drawable="0" texture="0" />
                    <!--lowr-->
                    <Component id="4" drawable="25" texture="0" />
                    <!--hand-->
                    <Component id="5" drawable="0" texture="0" />
                    <!--feet-->
                    <Component id="6" drawable="25" texture="0" />
                    <!--teef-->
                    <Component id="7" drawable="3" texture="0" />
                    <!--accs-->
                    <Component id="8" drawable="37" texture="0" />
                    <!--task-->
                    <Component id="9" drawable="0" texture="0" />
                    <!--decl-->
                    <Component id="10" drawable="0" texture="0" />
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="0" />
                </Components>
                <Props>    
                    <Prop id="6" drawable="20" texture="0" />
                </Props>
            </Variation>
            <Variation>
                <Name>Agente Scelto</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>agentesceltoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="1" />
                </Components>
            </Variation>
            <Variation>
                <Name>Assistente</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>assistenteestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="2" />
                </Components>
            </Variation>
            <Variation>
                <Name>Assistente Capo</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>assistentecapoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="3" />
                </Components>
            </Variation>
            <Variation>
                <Name>Sovrintendente</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>sovrintendenteestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="12" />
                </Components>
            </Variation>
            <Variation>
                <Name>Sovrintendente Capo</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>sovritendentecapoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="13" />
                </Components>
            </Variation>
            <Variation>
                <Name>Vice ispettore</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>viceispettoreestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                  <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="8" />
                </Components>
            </Variation>
            <Variation>
                <Name>Ispettore</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>ispettoreestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="9" />
                </Components>
            </Variation>
            <Variation>
                <Name>Ispettore Capo</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>ispettorecapoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="10" />
                </Components>
            </Variation>
            <Variation>
                <Name>Commissario</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>commissarioestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="4" />
                </Components>
            </Variation>
                </Variations>
    </Outfit>

 

Edited by Pacquaro

Solved by Pacquaro

  • The title was changed to How to add new outfits selections in Locker Room menu?
  • Author
  • Solution

Hi, I added in the <ped></ped> section of the correct agency (into the custom/agency_eup.xml file) the string in order to make the police peds spawn with the new outfits I created and doing that the new outfit section is appeared in the Locker Room menu selection. Thank you so much for your help!

This is a support topic.
Only reply here to offer help or assistance to Pacquaro. Off-topic or "me too" replies will be removed.

Need support yourself? Make a new topic instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

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.