ESX.Scaleform.ShowPopupWarning¶
1 | ESX.Scaleform.ShowPopupWarning(title, msg, bottom, sec) |
This function shows a basic popup warning, like the quit confirmation warning.
Arguments¶
| Argument | Data Type | Optional | Default Value | Explanation |
|---|---|---|---|---|
| title | string | No | - | Title text |
| msg | string | No | - | Message text |
| bottom | string | No | - | Footer text |
| sec | number | No | - | Time in seconds to show scaleform |