Thought it'd be funny to post a code to launch the GTA5 credits lol. so here it is.
Code:
if (GTAV_Credits) {
submenu = CLOSED;
GAMEPLAY::SET_CREDITS_ACTIVE(true);
AUDIO::PLAY_END_CREDITS_MUSIC(true);
if (GAMEPLAY::HAVE_CREDITS_REACHED_END()) {
GAMEPLAY::SET_CREDITS_ACTIVE(false);
AUDIO::PLAY_END_CREDITS_MUSIC(false);
GTAV_Credits = false;
}
}