📒Config

How To Setup The Config.lua


Command & Keybind

To Open The Outfit Menu

Config.Command = 'pedscale' | false  Config.Keybind = 'O' | false

Permissions

Who Can Access the Nui

Config.Permissions = function(PlayerId)
    return QBCore.Functions.IsPlayerAdmin(PlayerId) 
end

Height

Minimum and Maximum Height

Config.Height = {
	Max = 193,
	Min = 150, 
}

Default

Default Height For Male and Female Peds

Get Scale

Get Scale From PlayerData

You Can Either Set this With Server Event or Pull from Player Data

Last updated