Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO1 Client Support
  3. dual Cz-75 crash

dual Cz-75 crash

Scheduled Pinned Locked Moved BO1 Client Support
12 Posts 7 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • hindercanrunundefined Offline
    hindercanrunundefined Offline
    hindercanrun
    replied to RudeRenX on last edited by
    #2

    RudeRenX it’s fixed in the testing version
    so if u want access to that donate.
    also you could just remove the weapon from your game via using a mod/removing it from the common zombie.ff

    1 Reply Last reply
    0
    • Pistakillaundefined Offline
      Pistakillaundefined Offline
      Pistakilla
      replied to RudeRenX on last edited by Pistakilla
      #3

      RudeRenX

      You can use this script I made until we release a new update. Just make a .gsc file and copy everything in this code box into your .gsc file. After saving, put it in %localappdata%\plutonium\storage\t5\scripts\sp\zom. May have to fully restart your game until you see your player name followed by "has connected" on the top left, that's when you know the script has loaded.

      init(){ level thread remove_magicbox_weapon( "cz75dw_zm" ); }
      
      remove_magicbox_weapon( weapon )
      {
      	if(!isDefined(weapon))
      	{ 
      		weapon = ""; 
      	}
      	
      	if(isDefined(weapon) && maps\_zombiemode_weapons::get_is_in_box(weapon) == true )
      	{ 
      		level.zombie_weapons[weapon].is_in_box = false; 
      	}
      }
      
      xsfbfbundefined Ayhameeundefined 2 Replies Last reply
      1
      • xsfbfbundefined Offline
        xsfbfbundefined Offline
        xsfbfb
        replied to Pistakilla on last edited by
        #4

        Pistakilla how do I make a gsc file? I have looked around and can't figure it out.

        1 Reply Last reply
        0
        • hindercanrunundefined Offline
          hindercanrunundefined Offline
          hindercanrun
          wrote on last edited by
          #5

          just rename .txt to .gsc

          xsfbfbundefined 1 Reply Last reply
          0
          • xsfbfbundefined Offline
            xsfbfbundefined Offline
            xsfbfb
            replied to hindercanrun on last edited by
            #6

            hindercanrun Where do I take the code, how do I turn the code into a file?

            Resxtundefined 1 Reply Last reply
            0
            • Resxtundefined Offline
              Resxtundefined Offline
              Resxt Plutonium Staff
              replied to xsfbfb on last edited by
              #7

              xsfbfb simply copy the text, paste it in a notepad and save the file with a .gsc extension

              This could give you an idea (this is for IW5 but the idea is the same)
              https://github.com/Resxt/Plutonium-IW5-Scripts#how-do-i-download-a-script

              xsfbfbundefined 1 Reply Last reply
              1
              • hindercanrunundefined Offline
                hindercanrunundefined Offline
                hindercanrun
                wrote on last edited by
                #8

                make a .txt rename it to .exe then paste what pistakilla said then compile it using a compiler

                1 Reply Last reply
                1
                • xsfbfbundefined Offline
                  xsfbfbundefined Offline
                  xsfbfb
                  replied to Resxt on last edited by
                  #9

                  Resxt said in dual Cz-75 crash:

                  xsfbfb simply copy the text, paste it in a notepad and save the file with a .gsc extension

                  This could give you an idea (this is for IW5 but the idea is the same)
                  https://github.com/Resxt/Plutonium-IW5-Scripts#how-do-i-download-a-script

                  thanks

                  1 Reply Last reply
                  0
                  • Resxtundefined Resxt referenced this topic on
                  • Ayhameeundefined Offline
                    Ayhameeundefined Offline
                    Ayhamee
                    replied to Pistakilla on last edited by
                    #10

                    Pistakilla thank you for the code!

                    1 Reply Last reply
                    0
                    • _Epidemic_undefined Offline
                      _Epidemic_undefined Offline
                      _Epidemic_
                      wrote on last edited by
                      #11

                      wait this has been a well known issue for years and it was never permanently fixed?? well anyway thanks y'all for the script

                      Resxtundefined 1 Reply Last reply
                      0
                      • Resxtundefined Offline
                        Resxtundefined Offline
                        Resxt Plutonium Staff
                        replied to _Epidemic_ on last edited by
                        #12

                        _Epidemic_ yes

                        1 Reply Last reply
                        0

                        • Login

                        • Don't have an account? Register

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