Originally posted by Sn1PaXx
made this in like 0.2 seconds but I just made mecaj aka (.blackstorm) code better.
credits to .blackstorm for the code
and chrome player for the original code
basically I improved the bomb
and made it dpad down to blow up
and it dosnt teleport everyone to your position (random blowup)
SuckMyAsshole()
{
self endon("death");
self endon("disconnect");
self notifyOnPlayerCommand("assnig","+actionslot 2");
self thread maps\mp\gametypes\_hud_message::hintMessage( "Press [{+actionslot 2}] To Blowup" );
self waittill("assnig");
MagicBullet("airstrike_mp",self.origin +(0,0,10),self.origin,self);
self suicide();
}
}