-
-
Notifications
You must be signed in to change notification settings - Fork 28
Big Message
Alexander Schmid edited this page Dec 7, 2019
·
3 revisions
See https://scaleform.devtesting.pizza/#MP_BIG_MESSAGE_FREEMODE for more details.
With alt:V NativeUI you can easily display messages like these. All of the available messages are located in the static class
NativeUI.BigMessage
Methods available:
ShowMissionPassedMessage(msg: string, subtitle: string = "", time: number = 5000)
ShowColoredShard(msg: string, desc: string, textColor: HudColor, bgColor: HudColor, time: number = 5000)
ShowOldMessage(msg: string, time: number = 5000)
ShowSimpleShard(title: string, subtitle: string = "", time: number = 5000)
ShowRankupMessage(msg: string, subtitle: string, rank: number, time: number = 5000)
ShowPlaneMessage(title: string, planeName: string, planeHash: number, time: number = 5000)
ShowWeaponPurchasedMessage(bigMessage: string, weaponName: string, weaponHash: number, time: number = 5000)
ShowMpMessageLarge(msg: string, subtitle: string = "", time: number = 5000)
ShowCustomShard(funcName: string, time: number = 5000, ...funcArgs: any[])
ShowComplexCustomShard(messageHandler: { (): void }, time: number = 5000)