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

Plutonium

  1. Home
  2. BO2 Server Hosting Support
  3. some zombies not spawning

some zombies not spawning

Scheduled Pinned Locked Moved BO2 Server Hosting Support
8 Posts 6 Posters 678 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.
  • MH11undefined Offline
    MH11undefined Offline
    MH11
    wrote on last edited by MH11
    #1

    hello, sometimes (most in the first rounds) some zombies not spawning and the players can't pass to the next round.
    like round 1 it must spawn 6 zombies but it spawn 4 zombies etc.
    i removed all scripts (except ranked.gsc default) and i disabled the admin mode as well, but the bug was still exist in sometimes as before.
    now i'm sure it's not because of custom scripts or admin mode.
    can someone help to resolve?

    JezuzLizardundefined 1 Reply Last reply
    0
    • MH11undefined MH11

      hello, sometimes (most in the first rounds) some zombies not spawning and the players can't pass to the next round.
      like round 1 it must spawn 6 zombies but it spawn 4 zombies etc.
      i removed all scripts (except ranked.gsc default) and i disabled the admin mode as well, but the bug was still exist in sometimes as before.
      now i'm sure it's not because of custom scripts or admin mode.
      can someone help to resolve?

      JezuzLizardundefined Offline
      JezuzLizardundefined Offline
      JezuzLizard
      Plutonium Staff
      wrote on last edited by
      #2

      MH11 Try this script

      main()
      {
      	replaceFunc( maps\mp\animscripts\zm_utility::wait_network_frame, ::wait_network_frame_override );
      	replaceFunc( maps\mp\zombies\_zm_utility::wait_network_frame, ::wait_network_frame_override );
      }
      
      wait_network_frame_override()
      {
      	wait 0.1;
      }
      
      MH11undefined TanjiroKamadoDMundefined 2 Replies Last reply
      1
      • JezuzLizardundefined JezuzLizard

        MH11 Try this script

        main()
        {
        	replaceFunc( maps\mp\animscripts\zm_utility::wait_network_frame, ::wait_network_frame_override );
        	replaceFunc( maps\mp\zombies\_zm_utility::wait_network_frame, ::wait_network_frame_override );
        }
        
        wait_network_frame_override()
        {
        	wait 0.1;
        }
        
        MH11undefined Offline
        MH11undefined Offline
        MH11
        wrote on last edited by
        #3

        JezuzLizard worked. thanks.

        1 Reply Last reply
        0
        • JezuzLizardundefined JezuzLizard

          MH11 Try this script

          main()
          {
          	replaceFunc( maps\mp\animscripts\zm_utility::wait_network_frame, ::wait_network_frame_override );
          	replaceFunc( maps\mp\zombies\_zm_utility::wait_network_frame, ::wait_network_frame_override );
          }
          
          wait_network_frame_override()
          {
          	wait 0.1;
          }
          
          TanjiroKamadoDMundefined Offline
          TanjiroKamadoDMundefined Offline
          TanjiroKamadoDM
          wrote on last edited by
          #4

          JezuzLizard cómo se hace eso, soy nuevo y no entiendo nada

          1 Reply Last reply
          0
          • connor08undefined Offline
            connor08undefined Offline
            connor08
            wrote on last edited by
            #5

            where do i put the script

            MH11undefined 1 Reply Last reply
            0
            • connor08undefined connor08

              where do i put the script

              MH11undefined Offline
              MH11undefined Offline
              MH11
              wrote on last edited by MH11
              #6

              connor08 & TanjiroKamadoDM
              https://www.mediafire.com/file/xaqz4lwfsbc5p03/zm_spawn-compiled.gsc/file
              put this file into:
              %localappdata%\Plutonium\storage\t6\scripts\zm
              if you don't have scripts folder, just create one.

              GodofZombieundefined 1 Reply Last reply
              0
              • MH11undefined MH11

                connor08 & TanjiroKamadoDM
                https://www.mediafire.com/file/xaqz4lwfsbc5p03/zm_spawn-compiled.gsc/file
                put this file into:
                %localappdata%\Plutonium\storage\t6\scripts\zm
                if you don't have scripts folder, just create one.

                GodofZombieundefined Offline
                GodofZombieundefined Offline
                GodofZombie
                wrote on last edited by
                #7

                MH11 can you re upload the file?

                NightMaRe_911undefined 1 Reply Last reply
                0
                • GodofZombieundefined GodofZombie

                  MH11 can you re upload the file?

                  NightMaRe_911undefined Offline
                  NightMaRe_911undefined Offline
                  NightMaRe_911
                  wrote on last edited by
                  #8

                  GodofZombie What file? It only compiles the code written above

                  1 Reply Last reply
                  0
                  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
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Donate