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


Notes
Last updated
Assigns a certain level that a player must be 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 = 4,
} )DarkRP.createEntity( 'Tip Jar',
{
ent = 'darkrp_tip_jar',
model = 'models/props_lab/jar01a.mdl',
price = 5,
max = 2,
cmd = 'tipjar',
lvl = 4,
} )