Bomb Player *NEW*[/CENTER][/U][/B]
A short effective way to bomb a player/position. Never could get TheUnkn0wns to work in mossy's v8, so this is ready to put in.
[B]Main function[/B]
[php]BombNoob(startPos, endPos)
{
rocket = MagicBullet( "javelin_mp", startPos, endPos+(0,0,1000), self );
wait 3;
oldOrigin = rocket.origin;
rocket delete();
rocket = MagicBullet( "ac130_105mm_mp", oldOrigin, endPos, self );
}//bullet can be changed of course
[/php]
[B]To call[/B]
[php]Bomb(p){
self thread BombNoob((0,0,5000), (p.origin));
}[/php]
you can pretty much see how the code works :plank:
[ame=https://www.youtube.com/watch?v=KXSOrcWr244]YouTube - [MW2] Bomb Player[/ame][/COLOR]
Copyright © 2026, NextGenUpdate.
All Rights Reserved.