Mission failed/passed UI texts in C#?
-
Not sure if this just uses a custom UI, but is there an easy way to call this in C# along with other full screen texts e.g. "Heist passed", "Mission Failed".
Something like this?
UI.Mission("~r~Mission Failed")
-
The easy way if you have NativeUI.
NativeUI.BigMessageThread.MessageInstance.ShowColoredShard("MISSION PASSED", "", HudColor.HUD_COLOUR_BLACK, HudColor.HUD_COLOUR_YELLOW, 5000);
-
Thanks
I know how to add references in Visual Studio, but is there a way to just use NativeUI with a normal .cs file in Notepad++?