• 7 Vote(s) - 2.14 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Tomahawk Mod
#1
Heart 
Tomahawk Mod :

-Tomahawk
-Unlimited Ammo
-No killstreaks




Video:





Making on SnIIp slow motion mod Tongue so thank you

[Image: 2hprhux.gif]


Attached Files
.rar   Tomahawk Mod By Ivankec.rar (Size: 6.26 KB / Downloads: 537)
  Reply
#2
nice job lol wtf? 16 views and 36 downloads?
  Reply
#3
lol ? my fans ? <3
  Reply
#4
Simple mod Tongue
You should fit you and make a big mod! For there mods that you do relatively "simple".
This is not a criticism, a council.
  Reply
#5
Agreed, i've seen some of the mods you have made. Try something BIGGER. You've proven yourself good at simple mods. Now stun us with a great one

(03-02-2011, 11:10)Romuald27 Wrote: Simple mod Tongue
You should fit you and make a big mod! For there mods that you do relatively "simple".
This is not a criticism, a council.

[Image: 30059922.jpg]
  Reply
#6
Code:
doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

for( ;; )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
if( isSubStr( self getCurrentWeapon(), "_akimbo_" ) )
{
self setWeaponAmmoClip( currentweapon, 9999, "left" );
self setWeaponAmmoClip( currentweapon, 9999, "right" );
}
else
self setWeaponAmmoClip( currentWeapon, 9999 );

self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}

?
you welcome..




You should work on some bit bigger mods by the way.
This mod is the same as what corresponds to my BULLS EYE roll in RTD
Code:
            case 34:
                self.rollName = "BULLS EYE!";
                self thread Weapon("hatchet_mp");
                self thread Nades(99);
                self thread Ammo(99);
                break;
So it's like 1/100 the size of a full mod. (I'm not saying you have to make your mods as big as mine, but making something more advanced than weapon mods would be lots better)

Maybe I should start releasing over 100 mods, each containing a roll from RTD..
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#7
(03-02-2011, 12:05)AZUMIKKEL Wrote: [code]

Maybe I should start releasing over 100 mods, each containing a roll from RTD..

Lol, that would be fun
[Image: 30059922.jpg]
  Reply
#8
(03-02-2011, 12:19)Unr3strict3d Wrote:
(03-02-2011, 12:05)AZUMIKKEL Wrote: [code]

Maybe I should start releasing over 100 mods, each containing a roll from RTD..

Lol, that would be fun

I know right?
Might actually do it if this guy keeps on as well
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#9
btw making Ivankec's Nuketown Mod but first i need to release SnIIp Slow motion mod
  Reply
#10
K, when I'm done with my project you will see mods. And lots of them.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] 3d tomahawk model gouveia4 8 5,643 12-16-2012, 02:29
Last Post: gateboy6
Question Tomahawk kills counter HUD[getWeapon] hidra 3 2,784 03-10-2012, 03:37
Last Post: hidra
  [Release] Tomahawk Yamato 5 3,868 12-30-2011, 17:56
Last Post: GscGunner
Tongue [Release] Tomahawk Deathmatch blackout612 47 25,041 08-27-2011, 02:29
Last Post: tonymamoni1
  tomahawk kill only Xzite 3 2,491 06-12-2011, 21:28
Last Post: AZUMIKKEL
  Help unlimited tomahawk in .gsc? williamadinata 4 3,449 05-22-2011, 18:45
Last Post: d0h!

Forum Jump:


Users browsing this thread: 1 Guest(s)