☢️Black ops 2 MOAB/Tactical Nuke☢️
-
Can somebody make a script or somethin like that for bo2 to have 25 killstreak moab or tactical nuke whatever you wana call it
its a very satisfying killsteak that sadly we didnt get for bo2
-
I'm working on something like this myself for my servers. For the most part the heavy lifting is this line to kill the entire other team
for(i = 0; i < level.players.size; i++) { level.players[i] thread [[level.callbackPlayerDamage]](self, self, 2147483600, 8, "MOD_SUICIDE", self getCurrentWeapon(), (0,0,0), (0,0,0), "j_head", 0, 0 ); }
Then you could mess with visions sets, timescales, sounds, etc to make it more "nuke like". For example:
player playsound("uin_start_count_down"); setDvar("timescale", "0.33"); self SetVisionSetforPlayer("taser_mine_shock", 0);
-
eae Ay thats freaking sick dude thanks alot! Cant wait to use it in our split screen session