Ped Menu (Simple, Customizable)

Hello,

Is there a plan to make it compatible with qb-menu ?

Hello,

I have added qb-menu version so now you receive both versions when you purchase this script. I have also included a version for evanillaa’s qb-menu that has image previews.

1 Like

Did you have any DC?, I want to get support with strict ped, if there a way for admins to give ped to player ?

DC? You can set a ped as restricted in peds.lua and then allow specific players to use that ped with

add_ace identifier.steam:steamidhere "pedmenu.<ped_model>" allow
2 Likes

Where can i find peds to add to this?

You can find them premade on forums here. Here’s one that I found and used in the example John Wick Ped for FiveM | Add-On | Under 16MB!

You can see how it’s done so you can use any addon ped from gta5-mods.

2 Likes

is it possible to use this menu only for admins ?

Restricting opening the menu would not be secure as it is client side and hackers would be able to open the menu regardless.

But you can restrict all models for users by changing server.lua

if not restricted or IsPlayerAceAllowed(src, "pedmenu." .. model) then

to

if IsPlayerAceAllowed(src, "pedmenu") and (not restricted or IsPlayerAceAllowed(src, "pedmenu." .. model)) then

And now to be able to use any ped, players need the “pedmenu” ace. You can then give admins access to models with

add_ace group.admin pedmenu allow

And you can still restrict individual peds for individual admins as normal.

3 Likes

thanks! Have a nice weekend!

1 Like

hey can someone help me to add addon peds ?

the following steps i did:

created a folder called “batman”, inside there is a resource.lua and a stream folder (inside there is a .ytd file)

i start this folder “batman” and its running

after i put the follwing line into the script:

Addons = {
{“batman”, “Batman”, “nil”} – example ped
}

but if i open the pedmenu i cant see my addon ped in category “addon”…

You need a peds.meta file. Here’s one for a male ped, I just changed <Name> to batman.

peds.meta (2.4 KB)

You also need this in resource.lua

files {
    'peds.meta'
}
 
data_file "PED_METADATA_FILE" "peds.meta"
1 Like

thanks a lot man! it works! :slight_smile:

you have a female peds.meta maybe too ?

1 Like

Yes.

peds.meta (2.4 KB)

1 Like

Yes Please, that would be great!

image

How can i fix this ?

Read Explanation 2: link

1 Like

e this script paid and it doesn’t work

Hi, Is there any way to allow by ace command a specific category? And how can I do to allow everyone to use “original PED” to return to their character?

There’s no way to restrict a category because you can restrict everything in the category. Everyone can already use the option to get their original skin.

So i have the K9 Ped , and can not change the vests these are the files , and will not let me change the components only lets me put vest on or off , would be nice to get it to change the skin , fur, and the vests of the PED.
image

Also any way you can make it easier to lock down the /ped menu and give perms by identifier as we only want a few people to have access to it and not just admins or even by discord role.

Also any way to turn the preview images off?