▸tip
Specifies a tooltip-like popup box which will display when a player hovers their mouse over the job in the list.
Alias
tip
Source
added in Arivia v3
Requires
no additional requirements
Type
string
Example
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',
} )
Output
When a player hovers over items that have been given a tip, a small box will appear with the tip text.

Last updated