ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1222

Nothing crazy. [Actually simple as hell]

by XBLxPhantom - 02-21-2019 - 04:49 AM
#1
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;
        }
    }
Reply
#2
Lol as simple as it is, I've never seen anyone incorporate it
Reply
#3
(02-21-2019 - 05:46 AM)Coltypoothegod Wrote: Lol as simple as it is, I've never seen anyone incorporate it

I have :D Celestial.XIII   Try it out sometime :)
Reply
#4
(02-21-2019 - 04:49 AM)XBLxPhantom Wrote: 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;
        }
    }
Reply
#5
for what is this mate ??
Reply

Users browsing: 3 Guest(s)