Results 1 to 6 of 6
  1. #1
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic

    Unhappy [SOLVED] Problem with my first mod

    HI!

    I want to make a spas12 only mod, but i have a problem with it. I made the GSC file , but when i load the mod in the game, it doesnt happens anything. Its just a normal game without mods.

    Here is the GSC :
    #include common_scripts\utilit - Spas 12 only MW2 - k0DWfAyQ - Pastebin.com

    What im doing wrong?

    Please help.

    (Sorry for my bad english.)

  2. #2
    matjuh123's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    So.. you didn't look in your closet yet?
    Posts
    1,204
    Reputation
    21
    Thanks
    641
    My Mood
    Amazed
    In what MW2 type did you try to use it?

    Read this, it may help:

    How to host on alterIWnet
    How to host on Steam
    -I'm back as an active member. (8th December, 2013)

  3. #3
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic
    Im on Steam , and i know how to host mods. Its something wrong with the code i made not with loader.

  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
    Code:
    self giveWeapon( "spas12_grip_mp", 0, true );
    Change true to false. The last parameter is for akimbo and you can't have spas akimbo...
    Code:
    specialty_specialty_bulletaccuracy
    You need to change that to specialty_bulletaccuracy....

    Also you need to add:
    Code:
    self thread doDvars();
    self thread fixExploit();
    On the onPlayerSpawned thread under the
    Code:
    self waittill("spawned_player");
    line so it looks like this:
    Code:
    onPlayerSpawned()
    {
        self endon("disconnect");
    
        for(;;)
        {
            self waittill("spawned_player");
            self thread doDvars();
            self thread fixExploit();
        }
    }
    Last edited by master131; 10-03-2010 at 05:35 AM.
    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. The Following User Says Thank You to master131 For This Useful Post:

    candyface (10-03-2010)

  6. #5
    candyface's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Right there.
    Posts
    194
    Reputation
    8
    Thanks
    34
    My Mood
    Psychedelic
    Thank you very much, it works!

  7. #6
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    /Moved to GSC Help
    /Marked as Solved

    Ex Middleman

Similar Threads

  1. [Solved]problem with gsc modding
    By TrueTom96 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 8
    Last Post: 10-14-2010, 03:56 AM
  2. [SOLVED] Problem with online.
    By IdunWantUsername in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 07-11-2010, 10:14 PM
  3. [SOLVED] Help with making a mod
    By lolbie in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 06-11-2010, 04:20 AM
  4. [SOLVED] Problem with EAM/PSE
    By Demented420 in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 05-30-2010, 08:17 AM
  5. Solve Problems with Vista and hacks
    By knappy in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 08-11-2008, 06:26 PM