ItsMods

Full Version: Bots Plugin For Users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Well here's a bots plugin for people that don't know how to make it. Simple to install just add it to the plugins folder.

Commands List
Code:
!bot    == Spawns One Bot At A Time
!bot4   == Spawns Four Bots At A Time
!bot8   == Spawns Eight Bots At A Time
!bot10  == Spawns Ten Bots At A Time
The Commands work for either plugin but one is for infected and the other is for team games.

Infected Bots
Note:Bots Should Spawn On Infected
[attachment=3083]

Bots For Team Games
[attachment=3082]

Known Bugs:You can kick the bots but other people still can't connect
Report Any Other Bugs!
THIS MAY OR MAY NOT WORK FOR TEKNOMW3, IF IT DOESN'T GOOD LUCK ITS NOT SUPPORTED!

How To Setup Plugins On MW3 Server
-How To Setup A Modded Server
-How To Install Plugins On MW3 Server

Link Credits
@JariZ The How To Stuff


Credits
@Nukem for the awesome addon
@master131 for extensions
can't download
i was editing sorrys
Why not just to make
!bots X
'X' - value
(01-21-2014, 03:18)SailorMoon Wrote: [ -> ]Why not just to make
!bots X
'X' - value

uhm . . . what im still learning geesh don't confuse me
(01-21-2014, 03:19)Casper Wrote: [ -> ]
(01-21-2014, 03:18)SailorMoon Wrote: [ -> ]Why not just to make
!bots X
'X' - value

uhm . . . what im still learning geesh don't confuse me

I know you just edited your post. Troll
A tip for you:
Code:
string[] param = Message.Split(' ');
// or string param[], i don't remember
param[0] - first word ( like !addbot )
param[1] - you need to do Convert.ToInt32 to get number ( use try/catch to catch the wrong characters )
(01-21-2014, 08:33)SailorMoon Wrote: [ -> ]
(01-21-2014, 03:19)Casper Wrote: [ -> ]
(01-21-2014, 03:18)SailorMoon Wrote: [ -> ]Why not just to make
!bots X
'X' - value

uhm . . . what im still learning geesh don't confuse me

I know you just edited your post. Troll
A tip for you:
Code:
string[] param = Message.Split(' ');
// or string param[], i don't remember
param[0] - first word ( like !addbot )
param[1] - you need to do Convert.ToInt32 to get number ( use try/catch to catch the wrong characters )

Ok Thank You
Quote:param[1] - you need to do Convert.ToInt32 to get number ( use try/catch to catch the wrong characters )

Int32.TryParse would have the same effect with the exception of a boolean been executed instead of an exception.

http://msdn.microsoft.com/en-us/library/....110).aspx
ok thank you
sorry but I cant find the download link or what ever to make use of this plugin,
and its just that easy to create a plugin folder and place the files inside ??.
thanks.
Pages: 1 2 3