feat(GUI): Replaced certain UI texts for funny effect
This commit is contained in:
parent
ad61f0367b
commit
8c9a829ef4
@ -126,10 +126,15 @@ namespace big
|
||||
|
||||
void gui::script_init()
|
||||
{
|
||||
g_custom_text->add_text(RAGE_JOAAT("LOADING_SPLAYER_L"), "Preparing for awesomeness.");
|
||||
g_custom_text->add_text(RAGE_JOAAT("HUD_JOINING"), "Yim's Menu");
|
||||
g_custom_text->add_text(RAGE_JOAAT("HUD_TRANSP"), "Transaction's fucked...");
|
||||
g_custom_text->add_text(RAGE_JOAAT("HUD_QUITTING"), "Leaving are we?");
|
||||
|
||||
g_custom_text->add_text(RAGE_JOAAT("HUD_QUITRACE"), "Are you a pussy?");
|
||||
|
||||
g_custom_text->add_text(RAGE_JOAAT("HUD_SAVDNWARN"), "Rockstar crashed their toaster again...");
|
||||
|
||||
features::notify::above_map("Yim's Menu is ready.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user