ABOUT
KS Peds has recently been released in its paid variant, created in 2020 and 2022 we release v2 for everyone to use, fully opensource and work for both ESX and QB, includes a simple UI to manage peds.
Link: GitHub - Kilichi/ks_peds
Video Showcase
HOW TO SET UP🚀
Run the insert.sql in your database
Put this line in your server.cfg
ensure ks_peds
ADMIN COMMANDS
These commands can only be used if you have administrator permissions on the server.
command : ks_peds
arguments : {
function : (add | remove)
id : (player id)
ped: (ped what you want to add or remove ex: a_f_m_beach_01)
type: (animal | ped)
label: (name of the ped in menu)
}
USAGE
- Add a ped
/ks_peds add id a_f_m_beach_01 ped example_ped
- Remove a ped
/ks_peds remove id a_f_m_beach_01
- Open ped menu
/PedMenu
CONFIGURATION
- Config.AlloweRanks you can add more admin groups this is a example
Config.AlloweRanks = {
'god',
'superadmin',
'admin',
'ped_panarger'
'mod'
}
- Config.Lang you can change the script language
Config.Lang = {
NoPed = "You don't have peds now",
AddedPed = "You added a ped ",
To = " to the id ",
HavePed = "This player haves the ped",
RemovedPed = "Ped removed ",
NoPermissions = "You don't have permissions to do this :)"
}
- Config.KeyMapping you can configure the open menu key
Config.KeyMapping = {
Key = 'F9',
Lang = 'Abrir menu ks peds'
}