Installation

Emote Menus

RP Emotes/DP Emotes, insert these in client > animationlist.lua > RP.Props (DP.Props for dpemotes)

 ["market"] = {
        "missfbi4prepp1",
        AnimationOptions = {
            Prop = "bzzz_prop_shop_basket_a",
            PropBone = 57005,
            PropPlacement = {
                0.34, -0.25, -0.24, -146.0, 115.0, 19.0
            },
            EmoteLoop = true,
            EmoteMoving = true
        }
    },
["market2"] = {
        "missfbi4prepp1",
        AnimationOptions = {
            Prop = "bzzz_prop_shop_basket_b",
            PropBone = 57005,
            PropPlacement = {
                0.34, -0.25, -0.24, -146.0, 115.0, 19.0
            },
            EmoteLoop = true,
            EmoteMoving = true
        }
    },

Scully Emotes

insert these in shared > data > emotes > prop_emotes.lua

PLEASE NOTE YOU MAY ALREADY HAVE THESE EMOTES INSTALLED SO PLEASE CHECK AND MAKE SURE

Making New Shops

The "storeType" value determines the emote you do, so if you wanted to do a grocery store (the basket emote), you would put "storeType = 'Grocery'," as seen below:

However, if you wanted to do a gunstore, with the gun case emote, you would put "storeType = 'Gun',", as seen below:

The store types are: Grocery, Gun, Leisure, and Other

If using ps dispatch for "shop lifting"

Add this to ps-dispatch > client > alerts under the custom alert function

Add this to ps-dispatch > shared > config under the Config.Blips section

If you perfer item images over icons

Replace line 283 in client with this

Enjoy! You can let us know if theres any issues or if you have any questions herearrow-up-right

Last updated