MSK Scripts
TebexGithubDiscordMusiker15
  • MSK Scripts
    • Welcome
  • Common Issues
    • Keymaster
  • Miscellaneous
    • Change Notifications
  • Scripts
    • MSK Core
      • Installation
      • Functions
        • Client
          • Ace Permission
          • Commands
          • Coords
          • Player
          • Points
          • Request
          • Scaleform
          • UI
            • Input
            • Numpad
            • Progressbar
            • TextUI
          • Vehicle
        • Shared
          • String
          • Math
          • Table
          • Timeout
          • Vector
        • Server
          • Ace Permission
          • Ban System
          • Commands
          • Player
          • Scaleform
          • UI
            • Input
            • Numpad
            • Progressbar
            • TextUI
    • MSK Banking
      • Installation
        • Paycheck Transaction
      • Config
      • Exports
        • Client
        • Server
      • Events
        • Client
        • Server
      • Server Callbacks
    • MSK EngineToggle
      • Guides
      • Exports
        • Client
      • Event Handler
        • Client
        • Server
    • MSK Fuel
      • Config
      • Exports
        • Client
    • MSK Garage
      • Config
      • Exports
        • Client
    • MSK Handcuffs
      • Guides
        • General Edits for Jobs
        • Jaksam Job Creator
        • Multichar
        • ox_inventory
      • Config
      • Admin Commands
      • Exports
        • Client
        • Server
      • Events
        • Client
        • Server
      • Event Handlers
    • MSK Radio
      • Config
      • Exports
        • Client
        • Server
      • Events
        • Server
    • MSK Simcard
      • Installation
        • Config.Database
      • Config
    • MSK VehicleKeys
      • Guides
        • Installation
        • Integrations
      • Config
      • Admin Commands
      • Exports
        • Client
        • Server
    • MSK Whitelist
      • Config
      • Exports
        • Client
        • Server
    • MSK Weaponammo
Powered by GitBook
On this page
  • MSK.Scaleform.FreemodeMessage
  • MSK.Scaleform.PopupWarning
  • MSK.Scaleform.BreakingNews
  • MSK.Scaleform.TrafficMovie
  1. Scripts
  2. MSK Core
  3. Functions
  4. Server

Scaleform

Last updated 5 months ago

Preview

MSK.Scaleform.FreemodeMessage

MSK.Scaleform.PopupWarning

MSK.Scaleform.FreemodeMessage

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)

MSK.Scaleform.PopupWarning

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)

MSK.Scaleform.BreakingNews

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)

MSK.Scaleform.TrafficMovie

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)