Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release][ZM][Hotfix] zm_prison (Remove lightning-flashing)

[Release][ZM][Hotfix] zm_prison (Remove lightning-flashing)

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
1 Posts 1 Posters 536 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Littlegodsundefined Offline
    Littlegodsundefined Offline
    Littlegods
    wrote on last edited by Littlegods
    #1

    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
    
    1 Reply Last reply
    3
    • Littlegodsundefined Littlegods referenced this topic on

    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

    With your input, this post could be even better 💗

    Register Login
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Unread 0
    • Recent
    • Tags
    • Popular
    • Users
    • Groups