Results 1 to 9 of 9
  1. #1
    jordyg97's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    3
    My Mood
    Happy

    Spas ac130 bullets?

    can somone explame me how i add Spas Shooting ac130 40MM bullets/ stinger misiles??
    Last edited by jordyg97; 06-05-2011 at 09:35 AM.

  2. #2
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by jordyg97 View Post
    can somone explame me how i add Spas Shooting ac130 40MM bullets/ stinger misiles??
    through GSC scrippting/modding of some sort.


  3. #3
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by jordyg97 View Post
    can somone explame me how i add Spas Shooting ac130 40MM bullets/ stinger misiles??
    Look here...

    Make Own "Bullets"

    Next time. Just say here that you don't get it to work....

    Answer:

    This is the check thread: (If the wep is spas or fal)
    WepCheck()
    {
    self endon("death");
    self endon("disconnect");

    weaponList = self GetWeaponsListPrimaries();
    for(i = 0; i < weaponList.size; i++)
    {
    if(isSubStr(weaponList[i], "spas12") || isSubStr(weaponList[i], "fal"))
    {
    self thread Bullet();
    }
    }
    }
    and just add this:
    Bullet()
    {

    self endon("death");

    while (1){

    self waittill( "weapon_fired" );
    MagicBullet( "ac130_40mm_mp", self getTagOrigin("tag_eye"), self GetCursorPosition(), self );
    }
    }

    GetCursorPosition()
    {
    return BulletTrace( self getTagOrigin("tag_eye"), vector_Scale(anglestoforward(self getPlayerAngles()),1000000), 0, self )[ "position" ];
    }
    vector_scale(vec, scale)
    {
    return (vec[0] * scale, vec[1] * scale, vec[2] * scale);
    }
    Last edited by Jorndel; 06-05-2011 at 10:17 AM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  4. #4
    jordyg97's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    3
    My Mood
    Happy
    Look here...

    Make Own "Bullets"

    Next time. Just say here that you don't get it to work....

    Answer:

    This is the check thread: (If the wep is spas or fal)
    Next time i will say it there i dont get it to work yea thanks

  5. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    /(Maybe move to GSC Help? )
    @master131
    @Moto
    @Toobanooba
    Last edited by Jorndel; 06-05-2011 at 09:50 AM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  6. The Following User Says Thank You to Jorndel For This Useful Post:

    Skyline. (06-05-2011)

  7. #6
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    oh yeah lol,
    /moved


  8. #7
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Toobanooba View Post
    oh yeah lol,
    /moved
    Well, I did one mistake.
    Now I have fixed it.

    Now this is Solved.
    I tested it and it works.
    (NB: I just answer on what he asked for in private chat. So this will work if you start with a Spas. and change to like scar-H. you will have the Ac130-40mm bullets.)
    /solved
    @Toobanooba
    Last edited by Jorndel; 06-05-2011 at 11:26 AM.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  9. #8
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    /marked as solved
    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]

  10. #9
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by master131 View Post
    /marked as solved
    stolen ..