making gameover screen longer?
-
is there anyway to make the gameover screen in zombies longer like 40 seconds
-
Yes. You can check how I did it on my mapvote script
https://github.com/Resxt/Plutonium-T6-Scripts/blob/main/mapvote/source/mapvote_zm_extend-source.gsc#L36Also next time post in the right section. "How do I do X" is not a release that you share, it's a question
-
i dont know how to do the gsc thing can u send a file or no
-
Yes. You can check how I did it on my mapvote script
https://github.com/Resxt/Plutonium-T6-Scripts/blob/main/mapvote/source/mapvote_zm_extend-source.gsc#L36Also next time post in the right section. "How do I do X" is not a release that you share, it's a question
Resxt or is there already one u made
-
Your request is pretty specific so you should better learn GSC.
There won't be someone ready to code something for you all the time and if you need something so specific I'm guessing there's a good reason and you will need other things done laterI will try to write it tomorrow, it will only be a copy paste of what I sent with the mapvote functions removed so basically 2 lines removed
-
which ones do I remove
-
Line 38 and 39
https://github.com/Resxt/Plutonium-T6-Scripts/blob/main/mapvote/source/mapvote_zm_extend-source.gsc#L38And also the dvar condition here. Remove the if and only keep what's inside it
https://github.com/Resxt/Plutonium-T6-Scripts/blob/main/mapvote/source/mapvote_zm_extend-source.gsc#L13