Scaleform
Last updated
Last updated
Parameters
playerId - number
- Players server id
title - string
- The Title text
text - string
- The Message text
duration - number <miliseconds>
- Duration in miliseconds - Optional: default: 5000
MSK.Scaleform.FreemodeMessage(playerId, header, text, duration)
-- As an Export:
exports.msk_core:FreemodeMessage(playerId, header, text, duration)
Parameters
playerId - number
- Players server id
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
MSK.Scaleform.PopupWarning(playerId, header, text, footer, duration)
-- As an Export:
exports.msk_core:PopupWarning(playerId, header, text, footer, duration)
Parameters
playerId - number
- Players server id
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
MSK.Scaleform.BreakingNews(playerId, header, text, footer, duration)
-- As an Export:
exports.msk_core:BreakingNews(playerId, header, text, footer, duration)
Parameters
playerId - number
- Players server id
duration - number <miliseconds>
- Duration in miliseconds - Optional: default: 5000
MSK.Scaleform.TrafficMovie(playerId, duration)
-- As an Export:
exports.msk_core:TrafficMovie(playerId, duration)