UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - xundreadedx

Code Snippet
Plaintext
 ZOMBIE MODE
----------------------*/
[[level.DLC3.weapons]]();
[[level.DLC3.powerUps]]();
maps\ugx_jukebox::jukebox_precache();
maps\_zombiemode::main();
thread zombiesleft_hud();
thread maps\ugx_jukebox::jukebox_init();

/*--------------------
FUNCTION CALLS - POST _Load
----------------------*/
level.zone_manager_init_func = ::dlc3_zone_init;
level thread DLC3_threadCalls2();
}
10 years ago
okay so im working with the jukebox and this error pops up and closes my gam every time i try to test my map
what am i doing wrong?
10 years ago
Loading ...