Skip to content
Leonardo Emanuele edited this page Aug 5, 2023 · 21 revisions

BigMessage

image


the Big Message feature is located in
C#:

ScaleformUI.BigMessageInstance

Lua:

ScaleformUI.Scaleforms.BigMessageInstance

Methods available for C#:

ShowMissionPassedMessage(string msg, int time = 5000)  
ShowColoredShard(string msg, string desc, HudColor textColor, HudColor bgColor, int time = 5000)  
ShowOldMessage(string msg, int time = 5000)  
ShowSimpleShard(string title, string subtitle, int time = 5000)  
ShowRankupMessage(string msg, string subtitle, int rank, int time = 5000)  
ShowWeaponPurchasedMessage(string bigMessage, string weaponName, WeaponHash weapon, int time = 5000)  
ShowMpMessageLarge(string msg, int time = 5000)  
ShowMpWastedMessage(string msg, string sub, int time = 5000)
ShowCustomShard(string funcName, params object[] paremeters)  

Functions available for Lua (Note: if time is not specified, it will be fixed at 5000):

ShowMissionPassedMessage(msg, time)
ShowColoredShard(msg, desc, textColor, bgColor, time)
ShowOldMessage(msg, time)
ShowSimpleShard(msg, subtitle, time)
ShowRankupMessage(msg, subtitle, rank, time)
ShowWeaponPurchasedMessage(bigMessage, weaponName, weaponHash, time)
ShowMpMessageLarge(msg, time)
ShowMpWastedMessage(msg, subtitle, time)

Clone this wiki locally