ZM - Bug Fix
-
how to fix the bug that zombies spawns are not blocked?
Zombie spawn not working good, between round 20/25, zombies are not spawning in public/own server.
Any Solution?? -
ZIFRIOS You can try using replaceFunc() to change how wait_network_frame() works.
main() { replaceFunc( maps\mp\zombies\_zm_utility::wait_network_frame, ::wait_network_frame_override ); } wait_network_frame_override() { wait 0.1; }
-
JezuzLizard said in ZM - Bug Fix:
replaceFunc
Wait a minute, I can use replaceFunc (or overide) to... well... replace stock functions in the scripts?
-
@P00DL3W0Lf_GR yes
-
-
This post is deleted!
-
KmasDeBeuh_ Had this happen to me once. A workaround is to go behind the machine, crouch and look down. For some reason you can pack that way, but the gun comes out from a weird angle so be carefule when you pick it up.