How To Add Peds
This section will go over "How To Add Peds" to your menu.
Add your ped to your resource file.
Make sure its starting.
Go to the stream file of the ped you wish to use. Copy the name of it.
Go back to the Config.lua located in the "Kyros Ped Menu"
config.peds = { -- As you add more peds to the menu, change the number on the left increasing.. example 1, 2, 3, 4 [1] = {label = '~b~BREAK DANCER', model = `a_m_y_breakdance_01`}, [2] = {label = '~b~SCARY MIME', model = `s_m_y_mime`}, -- [3] = {label = '~b~NAME OF PED', model = `spawn-name`}, -- [4] = {label = '~b~NAME OF PED', model = `spawn-name`}, -- [5] = {label = '~b~NAME OF PED', model = `spawn-name`}, }
Go to a line and paste the name in the
`spawn-name`
section this is also known as model =Next name your ped name which is
label = 'NAME OF PED'
For Example:
[1]
[2]
[3]
[4]
[5]
and so on...
Last updated