> 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

Specifies a tooltip-like popup box which will display when a player hovers their mouse over the job in the list.

## 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](https://3393138115-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFKC6GfaQOESD8DNVqi%2F-MK0EhzqxgIJfBoJF3NT%2F-MK0I2ZM72U3WtbqUlDZ%2FZiBR00sGDv.gif?alt=media\&token=3536c138-ddeb-47ee-9bb0-54bbf74673bb)
