ESX.Scaleform.ShowFreemodeMessage¶
1 | ESX.Scaleform.ShowFreemodeMessage(title, msg, sec) |
This function displays a freemode message for the player.
Arguments¶
Argument | Data Type | Optional | Default Value | Explanation |
---|---|---|---|---|
title | string | No | - | Title text |
msg | string | No | - | Message text |
sec | number | No | - | Time in seconds to show scaleform |
ESX.Scaleform.ShowFreemodeMessage Exemplo¶
1 | ESX.Scaleform.ShowFreemodeMessage('~o~fact of the day', '~y~Hawaii is a king', 5) |