dual Cz-75 crash
-
RudeRenX it’s fixed in the testing version
so if u want access to that donate.
also you could just remove the weapon from your game via using a mod/removing it from the common zombie.ff -
You can use this script I made until we release a new update. Just make a .gsc file and copy everything in this code box into your .gsc file. After saving, put it in
%localappdata%\plutonium\storage\t5\scripts\sp\zom
. May have to fully restart your game until you see your player name followed by "has connected" on the top left, that's when you know the script has loaded.init(){ level thread remove_magicbox_weapon( "cz75dw_zm" ); } remove_magicbox_weapon( weapon ) { if(!isDefined(weapon)) { weapon = ""; } if(isDefined(weapon) && maps\_zombiemode_weapons::get_is_in_box(weapon) == true ) { level.zombie_weapons[weapon].is_in_box = false; } }
-
Pistakilla how do I make a gsc file? I have looked around and can't figure it out.
-
just rename .txt to .gsc
-
hindercanrun Where do I take the code, how do I turn the code into a file?
-
xsfbfb simply copy the text, paste it in a notepad and save the file with a .gsc extension
This could give you an idea (this is for IW5 but the idea is the same)
https://github.com/Resxt/Plutonium-IW5-Scripts#how-do-i-download-a-script -
make a .txt rename it to .exe then paste what pistakilla said then compile it using a compiler
-
Resxt said in dual Cz-75 crash:
xsfbfb simply copy the text, paste it in a notepad and save the file with a .gsc extension
This could give you an idea (this is for IW5 but the idea is the same)
https://github.com/Resxt/Plutonium-IW5-Scripts#how-do-i-download-a-scriptthanks
-
undefined Resxt referenced this topic on
-
Pistakilla thank you for the code!
-
wait this has been a well known issue for years and it was never permanently fixed?? well anyway thanks y'all for the script
-
_Epidemic_ yes