(adsbygoogle = window.adsbygoogle || []).push({});
Regardless to what people say this code is 100% homemade.No part of this from anybody.did not leach this AT ALL
except the suicide thread,not sure who made it,maybe mossy,or DT
alright so in bc2 in the singleplayer mission you here a really cool siron and when it stops it lets off the WMD(nuke) and i have found a sound in mw2 that sounds very similar to it in bc2 so i have set it up to go 10 times(1 every second) then it kills everyone. i made this linking a suicide thread in in derek's patch cus thats the one i use, if you dont use his patch just link your suicide thread in, the code is pretty much self explanitory
it could probably be optomized with an if while statement but i dont care to shorten it if you want to you can, and dont put it in one line saying it is optimized because it is not that is just compressing it
coolsound(){
self endon("death");
self iPrintlnBold("^1Bad Company 2 Nuke Inbound");
wait 2;
self iPrintlnBold("^1Its Over!");
wait 10;
self thread maps\mp\_utility::SosAll();
while(1){
self PlaySound( "flag_spawned" );
}}
CREDITS:Fifa for making it smaller and sexi