@Marvin-Diaz should be fixed now. report back if it still kills you or other players since i do not have time to test it.

dontknowletspl
Posts
-
[Release] [Zombies] Black Ops 2 Alternative Ammo Types -
A Simple Pause Script for BO2 Zombies -
[Release] [Zombies] "Custom Survival Maps" option for custom gamesBickylotheboist black ops 2 and bo2 are boht same game..
-
[Release] [Zombies] "Custom Survival Maps" option for custom gamesBickylotheboist Cannot really help you if you do not provide any information about the files being in correct folders.. all i can say use the installion script again and only play in custom games. (it is working fine for me so it should work fine for you aswell)
-
[Release] [Zombies] "Custom Survival Maps" option for custom gameslilpoop yes the maps are set with dvar in the .lua file. In this case lab is
set CUSTOM_MAP 5
on dedicated server the .lua file is not there to set the dvar so it load up any map that is on the server.
-
[Release] [Zombies] Share Mystery box & Perks in Mysterybox@Altansar-exe the code was missing some wait time in tomb thats why it was not working it is updated now and should work fine.
-
[Release] [Zombies] Share Mystery box & Perks in MysteryboxKalitos this is fixed now but may cause issues with firesale powerup.
-
Any chance of controller only lobbies?TheRevvX you could always host your own server which kick players who do not use controller.
This is just example script and you should modify it as you like.
( player will be kicked if he tries to type in chat in game )
#include maps/mp/gametypes/_hud_util; #include maps/mp/_utility; #include common_scripts/utility; init() { level thread onplayerconnect(); } onplayerconnect() { for ( ;; ) { level waittill( "connected", player ); player thread check_controller(); } } check_controller() { level endon("end_game"); //able to type when end game self endon("disconnect"); for(;;) { if(!self GamepadUsedLast()) { iprintln("^1" + self.name + "^7 has been kicked for not using controller"); wait 2; kick( self getentitynumber(), "EXE_PLAYERKICKED" ); break; } wait 1; } }
-
[Release] [Zombies] "Custom Survival Maps" option for custom gamesTheBoyDex like the install guide says you have to reinstall the files after every update and use the "Start Plutonium without update.bat" file so the updater does not remove the needed files.
-
[Release] [Zombies] "Custom Survival Maps" option for custom gamesTheBoyDex can you be more specific? maybe add picture because i have no idea what you mean by private file.
-
[Release] [Zombies] Black Ops 2 Chaos ModeCaguamita when does it crash? have you tested it in other maps? for me it is working fine in origins.
-
[Release] [Zombies] Share Mystery box & Perks in MysteryboxKalitos there should not be anything in the script that block the box from moving so make sure that your other scripts does not have dvar like
setdvar( "magic_chest_movable", "0" );
because once it is set you have to set it back to 1 if you want the box to move. -
[Release] [Zombies] Black Ops 2 Nacht Der Untotenare you sure its my map which does this? there is nothing in the code that changes the speed more then it originally would.
-
[Release] [Zombies] "Custom Survival Maps" option for custom gamesdepdog i think you are the same guy who asked help on discord. issue was that you were using perks in box and custom survival maps scripts and some maps have same check that perks in box has and that makes box give double model.
-
[Release] [Zombies] Black Ops 2 Alternative Ammo Typesguyiguess Fixed
-
[Release] [Zombies] Black Ops 2 Alternative Ammo TypesThank you for reporting this problem. Did not have time to test it in all maps when i made it this is why i forgot to add leroys damagecallback. it is now fixed and link is updated.
-
[Release] [Zombies] Share Mystery box & Perks in MysteryboxNexT-_McDonalds it is working fine for me in mob of the dead. i tested with server and private match. so next question is are you using some other mods which may cause issues with this script and because of that crash the game.
-
[Release] [Zombies] Share Mystery box & Perks in MysteryboxNexT-_McDonalds well this is weird because there is nothing that affects players reviving but i will have a look if i can figure out what the issue is.
are you using this on server or in private match?
-
[Release] [Zombies] Rooftop/Bridge - Custom survival maps@AD-BOY7 you can share ideas in #suggestions channel
-
[Release] [Zombies] Rooftop/Bridge - Custom survival maps@AD-BOY7 said in [Release] [Zombies] Rooftop/Bridge - Custom survival maps:
você já adicionou um jeito de fazer upgrade no tomarolk
not yet sorry.
you can share ideas what i could use so player can upgrade the tomahawk