UGX-Mods

Call of Duty: Black Ops 3 => Help Desk => Scripting => Topic started by: riobusor66 on August 30, 2019, 12:00:52 am

Title: Blocked on Black Screen on launching
Post by: riobusor66 on August 30, 2019, 12:00:52 am
Hi,

     In my zm_mapname.gsc file I have added this in the main function

Code Snippet
Plaintext
level.zombiekillpoint = 5000;

zombie_utility::set_zombie_var( "zombie_score_kill_4player", level.zombiekillpoint );
zombie_utility::set_zombie_var( "zombie_score_kill_3player", level.zombiekillpoint );
zombie_utility::set_zombie_var( "zombie_score_kill_2player", level.zombiekillpoint );
zombie_utility::set_zombie_var( "zombie_score_kill_1player", level.zombiekillpoint );
Since I have added this the game as blocked whit a black screen at launch. No error in the mod tools launcher.

Double Post Merge: August 30, 2019, 11:54:55 pm
The probleme is resolved, a thread is the cause of this crash