Description
Lets an ingame player make themselves explode in a certain amount of seconds, killing them and whoever's near.
Download
- suicidebomber.zip (338)
Source Code
//config '/arm''/disarm'//no touchy //explode playa //"mother do you think they'll drop da bomb?" //mock me 'Ignition!'//where I am //kill me first //"Cannot the kindgome of salvation take me home?" //be a badass and shoot nades in all directions, credits for iDante for making this //be a pussy and shit 100 grenades out { for i := 1 to 100 do CreateBullet(PlayerX, PlayerY, 0, 0,100, 2, PlayerID); }//every second... //is this person's time over? //ok, is it almost over? 'You have '' seconds of life out of hell left'//do we want to arm the bomb? //set timer to the number of seconds.. //tell me how to abort 'You have '' seconds to live. Press '+disarmCMD+' to cancel.'//ah fuck it. I'd rather live than be blown to bits. Wait, I'd like to be blown... //save me! //take away my countdown //tell me 'Bomb disarmed.'