> For the complete documentation index, see [llms.txt](https://arivia.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arivia.rlib.io/developers/entities/tip.md).

# ▸tip

## Alias

&#x20;           *`tip`*

## Source

&#x20;           *`added in Arivia v3`*

## Requires

&#x20;           *`no additional requirements`*

## Type

&#x20;           *`string`*

## Example

{% tabs %}
{% tab title="addentities.lua" %}

```lua
DarkRP.createEntity( 'Tip Jar',
{
    ent         = 'darkrp_tip_jar',
    model       = 'models/props_lab/jar01a.mdl',
    price       = 5,
    max         = 2,
    cmd         = 'tipjar',
    tip         = 'Get tips and make that money',
} )
```

{% endtab %}
{% endtabs %}

## Output

When a player hovers over items that have been given a tip, a small box will appear with the tip text.&#x20;

![Example of item with tooltip](/files/-MK0I2ZM72U3WtbqUlDZ)
