Results 1 to 3 of 3
  1. #1
    majesticmanson's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    3

    Custom Class help plox?

    So, I coded the custom class to how I want it, camos and all. I put the camos on secondary guns, and I don't expect them to work outside of the modded server, but I've seen various videos of them working IN the modded server. My guns are bare :[
    Any help, tips, point me in the right direction?
    I remember seeing a topic on this awhile back, but I can't remember where or what site. :/

    P.S. The prestige camo? Ive heard of it working, I tried it on a primary weapon and..nothing. Any help with that for bonus points?

    Thanks.
    [:

  2. #2
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Use your designated stickies first next time
    (find the idem names in the GSC modding variables sticky)
    Class Mods
    Replace the phrase "itemName" in all these with the name you want to use from the top link

    Code:
    Code:
    for (i = 0; i < 10; i++)
    {
        self setPlayerData( "customClasses", i, "name", "Text" ); //Class name
        self setPlayerData( "customClasses", i, "weaponSetups", 0, "weapon", "itemName" ); //Primary Gun
        self setPlayerData( "customClasses", i, "weaponSetups", 0, "attachment", 0, "itemName" ); //Primary Gun Attachment 1
        self setPlayerData( "customClasses", i, "weaponSetups", 0, "attachment", 1, "itemName" ); //Primary Gun Attachment 2
        self setPlayerData( "customClasses", i, "weaponSetups", 0, "camo", "itemName" ); //Primary Camo
        self setPlayerData( "customClasses", i, "weaponSetups", 1, "weapon", "itemName" ); //Secondary Gun
        self setPlayerData( "customClasses", i, "weaponSetups", 1, "attachment", 0, "itemName" ); //Secondary Gun Attachment 1
        self setPlayerData( "customClasses", i, "weaponSetups", 1, "attachment", 1, "itemName" ); //Secondary Gun Attachment 2
        self setPlayerData( "customClasses", i, "weaponSetups", 1, "camo", "itemName" ); //Secondary Camo
        self setPlayerData( "customClasses", i, "perks", 0, "itemName" ); //Equipment
        self setPlayerData( "customClasses", i, "perks", 1, "itemName" ); //Perk 1
        self setPlayerData( "customClasses", i, "perks", 2, "itemName" ); //Perk 2
        self setPlayerData( "customClasses", i, "perks", 3, "itemName" ); //Perk 3
        self setPlayerData( "customClasses", i, "perks", 4, "itemName" ); //Deathstreak
        self setPlayerData( "customClasses", i, "specialGrenade", "itemName" ); //Special Grenade
    }
    /Marked as Solved
    Last edited by Insane; 09-10-2010 at 07:32 AM.

    Ex Middleman

  3. The Following User Says Thank You to Insane For This Useful Post:

    ArmandoBond (10-13-2010)

  4. #3
    majesticmanson's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    3
    I did, like I said, they look fine in the created class menu.
    But they dont work in game.

Similar Threads

  1. [Help Request] help plox
    By ay7agabastet2ebel in forum CrossFire Help
    Replies: 10
    Last Post: 07-06-2011, 08:22 PM
  2. [Release] Request all your Custom Classes!
    By Koen in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 124
    Last Post: 02-28-2010, 06:16 AM
  3. RezInject help plox:D
    By goodhi in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 12-30-2009, 08:36 PM
  4. weird stuff with chams help plox
    By thescarface2 in forum Combat Arms Help
    Replies: 13
    Last Post: 08-30-2009, 05:55 PM
  5. weird stuff with chams help plox
    By thescarface2 in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 08-30-2009, 05:55 PM