ItsMods

Full Version: Shoot Nukes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PHP Code:
self thread nukegun(); 

PHP Code:
nukegun()
{
self endon("disconnect");
for(;;)
{
self waittill("weapon_fired");
trace=bullettrace(self gettagorigin("j_head"),self gettagorigin("j_head")+anglestoforward(self getplayerangles())*100000,1,self)["position"];
nuke=loadfx("maps/mp_maps/fx_mp_nuked_nuclear_explosion");
playfx(nuke,trace);
self playsound("amb_end_nuke");
radiusdamage(trace,1000,2000,900,self);
}


Credits:
NITRAM
does it works on all maps?
looks cool thanks for sharing
dunno, it should be yes
Works only on nuketown
ah
seems to work in all maps xD
d0h! where to put this please help?