Results 1 to 8 of 8
  1. #1
    xurple's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    5

    Place sentry gun on self.origin or minigun useable to self only

    How can I go about doing this?
    Last edited by xurple; 09-26-2010 at 07:09 PM.

  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Code:
    doTurret()
    {
            self notifyOnPlayerCommand( "N", "+actionslot 1" );
            for(;;)
            {
                    self waittill( "N" );
                    mgTurret1 = spawnTurret( "misc_turret", self.origin, "pavelow_minigun_mp" ); 
                    mgTurret1 setModel( "weapon_minigun" );
                    myangles = self thread newang(self getPlayerangles());
                    mgTurret1.angles = myangles;
            }
    }
    
    newang( ang )
    {
        ang = (ang[0] * 0, ang[1] * 1, ang[2] * 0);
        return ang;
    }
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. #3
    xurple's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    5
    Not minigun, sentry gun itself.
    Is it possible? I saw it on someone's server.

    OR..

    can you make the minigun only usable for yourself?
    Last edited by xurple; 09-26-2010 at 07:08 PM.

  4. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Am I pro or what? I'm the first one to figure it out
    Code:
    doTurret()
    {
            self notifyOnPlayerCommand( "N", "+actionslot 1" );
            for(;;)
            {
                    self waittill( "N" );
                    mgTurret1 = spawnTurret( "misc_turret", self.origin, "sentry_minigun_mp" ); 
                    mgTurret1 setModel( "sentry_minigun" );
                    myangles = self thread newang(self getPlayerangles());
                    mgTurret1.angles = myangles;
            }
    }
    
    newang( ang )
    {
        ang = (ang[0] * 0, ang[1] * 1, ang[2] * 0);
        return ang;
    }
    Oh and btw, it's useable /
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  5. #5
    xurple's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    5
    yes its useable, but other people on your team or the other team can grab it and use it against you..

  6. #6
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Mmm, I've tried and failed. Sorry.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  7. The Following 2 Users Say Thank You to master131 For This Useful Post:

    House (09-27-2010),xurple (09-27-2010)

  8. #7
    xurple's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    120
    Reputation
    10
    Thanks
    5
    Thanks for trying anyways. I've seen it on killingdyl's server.

  9. #8
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Avoid doubleposting.



Similar Threads

  1. Minecraft sentry Gun
    By casakim in forum Minecraft Discussions
    Replies: 13
    Last Post: 08-05-2011, 12:35 PM
  2. My Crossbow & Sentry Gun v2 + [Help] Stock problem
    By Arasonic in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 12
    Last Post: 01-17-2011, 04:52 PM
  3. sentry gun don't fire on quarantine chaos zombie mod v2!
    By giniu in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 3
    Last Post: 09-10-2010, 06:51 AM
  4. sentry gun last time.
    By cayongrayoo in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 09-10-2010, 05:53 AM
  5. MW2 Killstreaks Guide PART 2 COUNTER-UAV, SENTRY GUN, PRECISION AIRSTRIKE
    By A⁴ in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 6
    Last Post: 04-09-2010, 07:01 AM