▸level

Assigns a certain level that a player must be in order to buy the item

Alias

level, lvl

Source

added in Arivia v3

Requires

compatible level / xp addon

Type

integer

Info

Providing the level field to an entity will force players to be that particular level before they can buy the item.

Example

Output

If a player views an entity with a level requirement that the player does not meet; the entity will be faded in the menu:

Example of entity when player does not have needed level requirement

The player will also be given an error message:

Example of selected entity when player does not have needed level requirement

Notes

If you wish to enable or disable the level plugin all-together on Arivia; you must open lua\modules\arivia\cfg\sh_13_plugins.lua and modify cfg.plugins.levels

Last updated