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 - riobusor66

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
5 years ago
Hi,

    I would give point to each player at each wave but I doesn't know how to do that.

thank you in advance for your help.
5 years ago
Loading ...