[Release][ZM][Hotfix] zm_prison (Remove lightning-flashing)
BO2 Modding Releases & Resources
1
Posts
1
Posters
91
Views
1
Watching
-
Hi, I’m bringing you a solution to this post, to remove the lightning-flashing from Prison / Mob of the Dead. I hope it helps you.
I noticed that you were having a compilation error.
Since the post is old, I wanted to bring it back and include the proper credits.
Re: [Release] Remove Mob of the Dead Lightning/Flashing#include maps\mp\_utility; #include common_scripts\utility; #include maps\mp\zombies\_zm_utility; init() { if ( level.script == "zm_prison" ) { level._callbacks["on_player_connect"][16] = ::player_lightning_manager_override; } } player_lightning_manager_override() { self setclientfieldtoplayer( "toggle_lightning", 0 ); }Install
AppData\Local\Plutonium\storage\t6\raw\scripts\zm -
undefined Littlegods referenced this topic