some zombies not spawning
- 
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?
- 
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?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; }
- 
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; }JezuzLizard worked. thanks. 
- 
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; }JezuzLizard cómo se hace eso, soy nuevo y no entiendo nada 
- 
where do i put the script 
- 
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.
- 
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.MH11 can you re upload the file? 
- 
MH11 can you re upload the file? GodofZombie What file? It only compiles the code written above 




