/ped-menu

FiveM menu which will list all the peds with their preview

Primary LanguageHTML

Ped Menu With All Preview

I had already previously made a menu which listed all the peds (Ped Menu RageUI), but I found it a shame that there was no preview of the ped, so I created this menu in nui with the preview ones for each ped.

Preview :

2024-04-21 08-11-32 00_00_11_24 Still001 Youtube Video Preview

All Peds

You can see all the peds in the html/index.html file.
The list comes from this site: https://docs.fivem.net/docs/game-references/ped-models/

Setup / Installation

  • Just add this resource to your server.
  • And add this line in your server.cfg

start ped-menu

Use

  • Open the menu with F1 Key by default.
  • Edit the open key with this line in src/client.lua file.

RegisterKeyMapping('+pedmenu', 'Open Ped Menu', 'keyboard', 'F1')

Download