[FREE] Simple Ped Menu

image


Preview : pedmenu
Download : GitHub - BuddyNotFound/pedmenu: pedmenu
Tebex : https://bbv.world


Simple pedmenu script I had laying around that allows players to change their peds if given permission, works on All Frameworks, requires ox_lib.

Config = {}
Config.Permissions = true -- if set to false everyone can use the command

Config.Allowed = {
    'discord:333941426721390592',
}

Config.PedData = {
    {
      title = 'Ped Selector: ',
      icon = 'hand',
      disabled = true
    },
    {
      title = 'Burgershot ped: ',
      description = 'switch to Burgershot ped',
      event = 'bbv-switchped',
      args = {
        ped = 'csb_burgerdrug'
      }
    },
    {
      title = 'Mexican ped: ',
      description = 'switch to Mexican ped',
      event = 'bbv-switchped',
      args = {
        ped = 'u_m_y_mani'
      }
    },
    {
        title = 'Ballas ped: ',
        description = 'switch to Ballas ped',
        event = 'bbv-switchped',
        args = {
          ped = 'csb_ballasog'
        }
    },
}
5 Likes

Is there a way to make it so the ped is Permanent, With this?

I was about to drop $20 on a script that did the same thing, blessing the community once again, thank you sm :heartbeat:

1 Like

really nice work

1 Like

how to reset ped?

just do /skin and change something

1 Like