▸accent
Specifies a custom accent color that will fill in the circle to the far right of each item / job slot.
Alias
Source
Requires
Type
Example
DarkRP.createEntity( 'Tip Jar',
{
ent = 'darkrp_tip_jar',
model = 'models/props_lab/jar01a.mdl',
price = 0,
max = 2,
cmd = 'tipjar',
allowTools = true,
accent = Color( 183, 27, 116 ),
} )DarkRP.createEntity( 'Tip Jar',
{
ent = 'darkrp_tip_jar',
model = 'models/props_lab/jar01a.mdl',
price = 0,
max = 2,
cmd = 'tipjar',
allowTools = true,
color = Color( 183, 27, 116 ),
} )Output

Notes
Last updated