▸prestige
Assigns a certain prestige that a player must have in order to buy the item
Alias
Source
Requires
Type
Info
Example
Output


Notes
Last updated
Assigns a certain prestige that a player must have in order to buy the item


Last updated
DarkRP.createEntity( 'Tip Jar',
{
ent = 'darkrp_tip_jar',
model = 'models/props_lab/jar01a.mdl',
price = 5,
max = 2,
cmd = 'tipjar',
level = 1,
prestige = 2,
} )DarkRP.createEntity( 'Tip Jar',
{
ent = 'darkrp_tip_jar',
model = 'models/props_lab/jar01a.mdl',
price = 5,
max = 2,
cmd = 'tipjar',
lvl = 1,
prest = 2,
} )