▸allowed
Defines what teams are allowed to buy the entity.
Last updated
Defines what teams are allowed to buy the entity.
Last updated
DarkRP.createEntity( 'Tip Jar',
{
ent = 'darkrp_tip_jar',
model = 'models/props_lab/jar01a.mdl',
price = 0,
max = 2,
cmd = 'tipjar',
allowed = { TEAM_HOBO },
accent = Color( 183, 27, 116 ),
} )