Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Big Message

Alexander Schmid edited this page Dec 7, 2019 · 3 revisions

example big message

Starting with 1.6 you can easily display messages like these. All of the available messages are located in

BigMessageThread.MessageInstance

Methods available:

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)
ShowCustomShard(string funcName, params object[] paremeters)
Clone this wiki locally