You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Alexander Schmid edited this page Dec 7, 2019
·
3 revisions
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)