Midsized Message - DurtyFree/alt-V-NativeUI GitHub Wiki

example mid sized message See https://scaleform.devtesting.pizza/#MIDSIZED_MESSAGE 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.MidsizedMessage

Methods available:

ShowMidsizedMessage(title: string, message: string = "", time: number = 5000)
ShowBridgesKnivesProgress(title: string, totalToDo: number, message: string, info: string, completed: number, time: number = 5000)
ShowCondensedShardMessage(title: string, message: string, bgColor: HudColor, useDarkerShard: boolean, time: number = 5000)
ShowMidsizedShardMessage(title: string, message: string, bgColor: HudColor, useDarkerShard: boolean, useCondensedShard: boolean, time: number = 5000)
ShowCustomShard(funcName: string, time: number = 5000, ...funcArgs: any[])
ShowComplexCustomShard(messageHandler: { (): void }, time: number = 5000)