Buttons Configuration
π Button Structure
BUTTONS = {
[1] = {
Title = "Heal",
HaveAccess = true,
EnableCommandForThisButton = true,
CommandCanBeUsedOnlyInActiveStaff = true,
CommandCanBeUsedOnHigherRank = false,
MultiIdsCommand = true,
CommandName = "heal",
CommandSuggestionText = "Heal a player",
AddInReportMenu = true,
Actions = function()
SetEntityHealth(PlayerPed, 200)
end
},
}Option
Type
Description
π§© Default Buttons
#
Title
Access
Command
Description
β Adding Custom Buttons
Last updated