







Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!******* script runtime error *******
assert fail: (file 'maps/_names.gsc', line 7)
assert( !IsDefined( level.names ) );
*
Error: called from:
(file 'maps/ugx_pap_handle.gsc', line 18)
maps\_names::setup_names(); // name for AI ;)
*
Error: called from:
(file 'maps/_loadout.gsc', line 426)
maps\ugx_pap_handle::init();
*
Error: called from:
(file 'maps/_loadout.gsc', line 16)
init_models_and_variables_loadout();
*
Error: called from:
(file 'maps/_load.gsc', line 321)
maps\_loadout::init_loadout();
*
Error: called from:
(file 'maps/_zombiemode.gsc', line 50)
maps\_load::main();
*
Error: called from:
(file 'maps/nazi_zombie_alpha.gsc', line 119)
maps\_zombiemode::main();
*
Error: started from:
(file 'maps/nazi_zombie_alpha.gsc', line 9)
main()
*
![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() Box Mappers Elite | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() | Has the ability to mute, kick, or ban chat members for being abusive or breaking the rules of the forum. |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
![]() | |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
Assert that the given statement is correct. The function will throw a script error if this is false.
Since you are using ! before isDefined, it means it will throw a script error if your variable, level.names, IS defined. If you want to stop the game when level.names IS NOT defined, remove the '!' from that line.
Lukkie1998
![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() Box Mappers Elite | |
![]() | Has released one or more maps to the UGX-Mods community which have been added to the UGX Map Manager. |
![]() | Has the ability to mute, kick, or ban chat members for being abusive or breaking the rules of the forum. |
![]() | Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms. |
![]() | |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
Thanks! I managed to get it all working last night. So now im just gonna work on the rest of the map and hopefully not run into any errors. Though there are a few things i would like to do that i dont know how to but ive seen other maps with it. Seems ill be on google quite often