Post: Explosive bullets?
07-25-2011, 05:30 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Anyone have the code for it? I could probably just use the code from COD5 or MW2 for explosive bullets right??
(adsbygoogle = window.adsbygoogle || []).push({});
07-27-2011, 11:10 AM #2
iDelude
Bounty hunter
Originally posted by HeAdsWillRoLL View Post
Anyone have the code for it? I could probably just use the code from COD5 or MW2 for explosive bullets right??


Sorry Bro', I don't think it exists on CoD4 + You can't use the MW2 or CoD5 code because it's a completely different patch.
07-27-2011, 04:25 PM #3
Here is the code. I found it here You must login or register to view this content.

    ShootNukeBullets()
{
self endon("death");
for(;Winky Winky
{
self waittill ( "weapon_fired" );
vec = anglestoforward(self getPlayerAngles());
end = (vec[0] * 200000, vec[1] * 200000, vec[2] * 200000);
SPLOSIONlocation = BulletTrace( self gettagorigin("tag_eye"), self gettagorigin("tag_eye")+end, 0, self)[ "position" ];
explode = loadfx( "explosions/aerial_explosion" );
playfx(explode, SPLOSIONlocation);
RadiusDamage( SPLOSIONlocation, 200, 500, 60, self );
earthquake (0.3, 1, SPLOSIONlocation, 100);
}
}


---------- Post added at 12:25 PM ---------- Previous post was at 12:24 PM ----------

Originally posted by HeAdsWillRoLL View Post
Anyone have the code for it? I could probably just use the code from COD5 or MW2 for explosive bullets right??

I'll quote you just to make sure you get it :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo