• 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] Prestige With Bots
#1
Hey guys i need someone to merge these 2 mods, I need a prestige bots mod
Files in Attachments

.rar   Mods.rar (Size: 1 MB / Downloads: 36)
  Reply
#2
(09-09-2011, 08:30)BAZ000 Wrote: Hey guys i need someone to merge these 2 mods, I need a prestige bots mod
Files in Attachments

Well dude thath so easy so u could just do it self take help from easy code finder and thath all then jsut take bots from other mod Smile
  Reply
#3
(09-09-2011, 14:26)alvarogt95 Wrote:
(09-09-2011, 08:30)BAZ000 Wrote: Hey guys i need someone to merge these 2 mods, I need a prestige bots mod
Files in Attachments

Well dude thath so easy so u could just do it self take help from easy code finder and thath all then jsut take bots from other mod Smile

The Thing is i Dont Know how to do That Kinda Stuff
  Reply
#4
(09-20-2011, 10:36)BAZ000 Wrote:
(09-09-2011, 14:26)alvarogt95 Wrote:
(09-09-2011, 08:30)BAZ000 Wrote: Hey guys i need someone to merge these 2 mods, I need a prestige bots mod
Files in Attachments

Well dude thath so easy so u could just do it self take help from easy code finder and thath all then jsut take bots from other mod Smile

The Thing is i Dont Know how to do That Kinda Stuff

Use notepad or something like that to place the bots code in the presige mod, be sure that you have also this to the onspawnedplayer()
Code:
self thread 'your Bot code'();

(09-20-2011, 10:36)BAZ000 Wrote:
(09-09-2011, 14:26)alvarogt95 Wrote:
(09-09-2011, 08:30)BAZ000 Wrote: Hey guys i need someone to merge these 2 mods, I need a prestige bots mod
Files in Attachments

Well dude thath so easy so u could just do it self take help from easy code finder and thath all then jsut take bots from other mod Smile

The Thing is i Dont Know how to do That Kinda Stuff

this is an easy bots code (place this everywhere you want):
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" );
}
watchShoot()
{
        for(;;)
        {
                while(self AttackButtonPressed())
                {
                        setDvar( "testClients_doAttack", 1 );
                        wait 0.1;
                }
                setDvar( "testClients_doAttack", 0 );
                wait 0.1;
        }
}

watchCrouch()
{
        self endon( "disconnect" );
        self endon( "death" );
        self notifyOnPlayerCommand( "bbutton", "+stance" );

        for( ;; )
        {
                if ( self GetStance() == "crouch" )
                        setDvar( "testClients_doCrouch", 1 );
                else
                        setDvar( "testClients_doCrouch", 0 );
                wait 0.1;
        }
}
then add this to the onplayerspawned()
Code:
self thread watchShoot();
self thread watchCrouch();
self thread initTestClients(15);

I hope you understand that for this there are search bars and tutorials

_Smile_Man_
  Reply
#5
http://www.itsmods.com/forum/Thread-Add-...r-mod.html
  Reply
#6
Iam nobbie on modding but i could help i litle bit to put all the codes together if u want Smile
  Reply
#7
Tr to make your own mods men!Wink
  Reply
#8
(09-24-2011, 11:03)_Smile_Man_ Wrote: Tr to make your own mods men!Wink

hehe yeah Big Grin
i just been trying to make a mod for long time ago i just understod all now i think i go to post my first mod soon Big Grin
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Private Match Bots? (NO CT) Strazeeh 12 9,136 10-02-2013, 16:52
Last Post: Strazeeh
  Bots in MW3/IW5M DidUknowiPwn 38 73,992 07-25-2013, 17:26
Last Post: OrangePL
  No Hope: AI Zombies [Bots] d0h! 10 83,461 07-23-2013, 17:38
Last Post: xXzKingPinzXx
  smart bots CheGuevara 8 6,163 06-01-2013, 08:23
Last Post: CheGuevara
  Spam bots on ItsMods AZUMIKKEL 10 7,369 05-08-2013, 23:05
Last Post: AZUMIKKEL
  PTK Bots pflaurie 5 4,044 03-16-2013, 23:52
Last Post: Nekochan
  10th prestige // 70 lobby // unlock everything d0h! 5 37,172 01-13-2013, 20:56
Last Post: ben.anter
  Chrome+Gold(without 14th prestige L96A1 only) DAZEDluvsLOBO 5 5,716 09-30-2012, 18:09
Last Post: DAZEDluvsLOBO
  Prestige hack? ArthurMD 1 2,634 09-11-2012, 05:20
Last Post: DidUknowiPwn
Tongue Quaratine Chaos Zombie Mod v3.1 + Smart Bots ddaavvee 9 22,892 09-08-2012, 13:02
Last Post: jacobscience123

Forum Jump:


Users browsing this thread: 1 Guest(s)