mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(GUI): Replaced certain UI texts for funny effect
This commit is contained in:
parent
7931a2f342
commit
e9c3a93f56
@ -126,10 +126,15 @@ namespace big
|
|||||||
|
|
||||||
void gui::script_init()
|
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_JOINING"), "Yim's Menu");
|
||||||
g_custom_text->add_text(RAGE_JOAAT("HUD_TRANSP"), "Transaction's fucked...");
|
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_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.");
|
features::notify::above_map("Yim's Menu is ready.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user