▸price
Defines what the price of an entity will be.
Last updated
Defines what the price of an entity will be.
Last updated
DarkRP.createEntity( 'Tip Jar',
{
ent = 'darkrp_tip_jar',
model = 'models/props_lab/jar01a.mdl',
price = 2000000,
max = 2,
cmd = 'tipjar',
accent = Color( 183, 27, 116 ),
} )