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
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