# Scaleform

<details>

<summary>Preview</summary>

MSK.Scaleform.FreemodeMessage

<img src="https://1100044979-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6IG4qpnsvwJ4tB5edczg%2Fuploads%2FSKfp5c8Wj6xcAf566LGS%2Fscaleform_1.png?alt=media&#x26;token=871da31b-d467-4792-894b-3dae61ab9ecc" alt="" data-size="original">

MSK.Scaleform.PopupWarning

<img src="https://1100044979-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6IG4qpnsvwJ4tB5edczg%2Fuploads%2FPlVtQM0qiHcXFAD7sRca%2Fscaleform_2.png?alt=media&#x26;token=a558ed18-067d-44a9-b541-87fd84c5b230" alt="" data-size="original">

</details>

## MSK.Scaleform.FreemodeMessage

<mark style="color:red;">**Parameters**</mark>\
**title** - `string` - The Title text\
**text** - `string` - The Message text\
**duration** - `number <miliseconds>` - Duration in miliseconds - **Optional:** `default: 5000`

```lua
MSK.Scaleform.FreemodeMessage(header, text, duration)

-- As an Export:
exports.msk_core:FreemodeMessage(header, text, duration)
```

## MSK.Scaleform.PopupWarning

<mark style="color:red;">**Parameters**</mark>\
**title** - `string` - The Title text\
**text** - `string` - The Message text\
**footer**- `string` - The Footer text - **Optional**\
**duration** - `number <miliseconds>` - Duration in miliseconds - **Optional:** `default: 5000`

```lua
MSK.Scaleform.PopupWarning(header, text, footer, duration)

-- As an Export:
exports.msk_core:PopupWarning(header, text, footer, duration)
```

## MSK.Scaleform.BreakingNews

<mark style="color:red;">**Parameters**</mark>\
**title** - `string` - The Title text\
**text** - `string` - The Message text\
**footer**- `string` - The Footer text - **Optional**\
**duration** - `number <miliseconds>` - Duration in miliseconds - **Optional:** `default: 5000`

```lua
MSK.Scaleform.BreakingNews(header, text, footer, duration)

-- As an Export:
exports.msk_core:BreakingNews(header, text, footer, duration)
```

## MSK.Scaleform.TrafficMovie

<mark style="color:red;">**Parameters**</mark>\
**duration** - `number <miliseconds>` - Duration in miliseconds - **Optional:** `default: 5000`

```lua
MSK.Scaleform.TrafficMovie(duration)

-- As an Export:
exports.msk_core:TrafficMovie(duration)
```
