Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release Tomahawk
#1
Hi

A small simple code, it fails a bit, but I dont care much, Tongue

In init():

Code:
precacheModel("com_hatchet");

Code:

Code:
Tomahawk()
{
    while(1)
    {
        self waittill("grenade_fire",grenade,weaponName);
        if(weaponName == "throwingknife_mp" && getDvar("mapname") == "mp_rundown")
        {
            grenade hide();
            grenade enablelinkto();
            wait 0.1;
            tomahawk = spawn("script_model",grenade.origin);
            tomahawk SetModel("com_hatchet");
            tomahawk.angles = grenade.angles;
            wait 0.05;
            tomahawk linkTo( grenade );
            tomahawk Deleteaftertime();
        }
    }
}

Deleteaftertime()
{
    wait RandomIntRange(8,12);
    self delete();
}

Video:



Credits: @Pozzuh @Rendflex and @Se7en, they tried to help, but they failed more than me, Nyan Cat
Reply

#2
I wasted like 30 min of my life trying to help you Sad where are my credits Sad Sad

:omasucks:
[Image: MaEIQ.png]
Reply

#3
(10-23-2011, 12:26)Pozzuh Wrote: I wasted like 30 min of my life trying to help you Sad where are my credits Sad Sad

:omasucks:

''Credits-Hunter''
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#4
make it throw a chicken
Reply

#5
lol cool found!
Reply

#6
i dont understand what you are doing on the vid?
you throwed it and looked around for the rest of the vid?
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] 3d tomahawk model gouveia4 8 5,722 12-16-2012, 02:29
Last Post: gateboy6
Question Tomahawk kills counter HUD[getWeapon] hidra 3 2,823 03-10-2012, 03:37
Last Post: hidra
Tongue [Release] Tomahawk Deathmatch blackout612 47 25,343 08-27-2011, 02:29
Last Post: tonymamoni1
  tomahawk kill only Xzite 3 2,527 06-12-2011, 21:28
Last Post: AZUMIKKEL
  Help unlimited tomahawk in .gsc? williamadinata 4 3,494 05-22-2011, 18:45
Last Post: d0h!
Heart [Release] Tomahawk Mod Ivankec 11 11,344 03-09-2011, 07:07
Last Post: No One

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.