Page 3 of 3 FirstFirst 123
Results 31 to 33 of 33
  1. #31
    christophergonzalez's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    8
    no can do that man you only can input bots to rape 2.
    Code:
    initTestClients(numberOfTestClients)
    {
            for(i = 0; i < numberOfTestClients; i++)
            {
                    ent[i] = addtestclient();
    
                    if (!isdefined(ent[i]))
                    {
                            wait 1;
                            continue;
                    }
    
                    ent[i].pers["isBot"] = true;
                    ent[i] thread initIndividualBot();
                    wait 0.1;
            }
    }
    
    initIndividualBot()
    {
            self endon( "disconnect" );
            while(!isdefined(self.pers["team"]))
                    wait .05;
            self notify("menuresponse", game["menu_team"], "autoassign");
            wait 0.5;
            self notify("menuresponse", "changeclass", "class" + randomInt( 5 ));
            self waittill( "spawned_player" );
    }
    codes right there(for bots) all you haave to do is input the thread right.Hope you ize a good modder

  2. #32
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Quote Originally Posted by christophergonzalez View Post
    no can do that man you only can input bots to rape 2.
    Code:
    initTestClients(numberOfTestClients)
    {
            for(i = 0; i < numberOfTestClients; i++)
            {
                    ent[i] = addtestclient();
    
                    if (!isdefined(ent[i]))
                    {
                            wait 1;
                            continue;
                    }
    
                    ent[i].pers["isBot"] = true;
                    ent[i] thread initIndividualBot();
                    wait 0.1;
            }
    }
    
    initIndividualBot()
    {
            self endon( "disconnect" );
            while(!isdefined(self.pers["team"]))
                    wait .05;
            self notify("menuresponse", game["menu_team"], "autoassign");
            wait 0.5;
            self notify("menuresponse", "changeclass", "class" + randomInt( 5 ));
            self waittill( "spawned_player" );
    }
    codes right there(for bots) all you haave to do is input the thread right.Hope you ize a good modder
    done already, no syntax errors

  3. #33
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    Quote Originally Posted by Josephlittle View Post
    done already, no syntax errors
    can u send to me plz

Page 3 of 3 FirstFirst 123

Similar Threads

  1. How to use GSC files? and .iwd mods?
    By Armanii167 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 1
    Last Post: 01-29-2011, 12:12 AM
  2. [SOLVED] Load .gsc files
    By abrobin92 in forum Call of Duty Black Ops Help
    Replies: 4
    Last Post: 11-30-2010, 05:18 PM
  3. [SOLVED] .GSC files
    By Josephlittle™ in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-24-2010, 04:01 AM
  4. [SOLVED] [HELP] How to inject .gsc files? [HELP]
    By Dedoseyou in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 06-20-2010, 03:20 PM
  5. How do ypu mod with no shared files?
    By Chickente in forum Combat Arms Mod Discussion
    Replies: 4
    Last Post: 12-12-2009, 05:30 PM