> 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/jobs/parameters/tip.md).

# tip

## Alias

&#x20;           *`tip`*

## Source

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

## Requires

&#x20;           *`no additional requirements`*

## Type

&#x20;           *`string`*

## Example

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

```lua
TEAM_CHIEF = DarkRP.createJob( 'Civil Protection Chief',
{
    color           = Color( 5, 255, 0, 255 ),
    category        = 'Civil Protection',
    model           = 'models/player/combine_soldier_prisonguard.mdl',
    description     = [[The Chief is the leader of the Civil Protection]],
    weapons         = { 'arrest_stick', 'unarrest_stick', 'weapon_deagle2', 'stunstick', 'door_ram', 'weaponchecker' },
    command         = 'chief',
    chief           = true,
    NeedJob         = { TEAM_POLICE },
    max             = 4,
    salary          = GAMEMODE.Config.normalsalary * 1.45,
    admin           = 0,
    vote            = true,
    hasLicense      = true,
    level           = 4,
    tip             = 'Leader of the Civil Protection organization',
} )
```

{% endtab %}
{% endtabs %}

## Output

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

![Mayor job without tip to show difference.](/files/-MK-xgVrXn99ZAZEW39i)

Tips disappear from view after 5 seconds if player stays hovered. This prevents tips being obnoxious.

![](/files/-MK-yNzVxGR8NIG1lz1E)
