feat(GUI): Replaced certain UI texts for funny effect

This commit is contained in:
Yimura 2021-02-04 23:32:52 +01:00
parent ad61f0367b
commit 8c9a829ef4
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -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.");
}