ESX.Scaleform.ShowFreemodeMessage¶
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 Example¶
ESX.Scaleform.ShowFreemodeMessage('~o~fact of the day', '~y~Hawaii is a king', 5)
