▸tip
Specifies a tooltip-like popup box which will display when a player hovers their mouse over the job in the list.
Alias
Source
Requires
Type
Example
DarkRP.createCategory
{
name = 'Pistols',
categorises = 'weapons',
startExpanded = true,
color = Color( 0, 107, 0, 255 ),
canSee = fp{ fn.Id, true },
sortOrder = 100,
tip = 'Small pew pew',
}Output


Last updated