Raised This Month: $51 Target: $400
 12% 

FakeFull Original v1.7.6


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   ALL        Category:   Server Management        Approver:   v3x (159)
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 06-12-2006 , 12:09   FakeFull Original v1.7.6
Reply With Quote #1

********************************************* *******************************
*
* Version 1.7.6 Date: 08/09/2006
*
* Original Author: Freecode [email protected]
* Current Author: JTP10181 [email protected]
*
********************************************* *******************************


Based on OLO's FakeFull metamod plugin. Fake clients connect to the server when its empty. Everytime someone joins and there is no more spots left for another person one fake client is removed. When the server is empty and FakeFull is on Automatic mode it will add a fake client. Once the # of fake clients and real players equals to ff_players it will stop.

Admin Commands:

amx_addfake <# | @FILL> - Add # of bots or fill the server

amx_removefake <# | @ALL> - Remove # of bots or remove all


CVARs: Paste the following into your amxx.cfg to change defaults. You must uncomment cvar lines for them to take effect
Code:
// ******************  FakeFull Settings  ******************
 
//Turns Automatic mode on.
//ff_players must be set higher then 0.
//<1 = ON || 0 = OFF>
//ff_automode 0
 
//Minimal number of fake and real clients on the server.
//Fake clients will be kicked so that the total players on the
//Server equals this number.  If there are more players than this
//All the fake players will be gone. Do NOT set this at or aboive
//your max player count or no one will be able to join
//REQUIRED to be above 0 for Automatic mode.
//ff_players 2
 
//Delay between each fake client joins/leaves.
//REQUIRED to be above 0 for Automatic mode and regular bot add.
//ff_delay 1
Setup for Automatic Mode:

Set ff_players to the number of fake clients you want in server at max. Turn on ff_automode.

Changelog:

v1.7.6 - JTP10181 - 08/09/06
  • Set team to UNASSIGNED for CS so they wont join teams
v1.7.5 - JTP10181 - 08/03/06
  • Got rid of need for engine module
  • Upgraded to pCVARS
  • Finally put an end to fakes ending up with models and being seen as ghost players
v1.7.4 - JTP10181 - 07/01/06
  • Fixed bug in team checking causing fakes on team "-1" to get kicked
  • Upgraded to new file natives
v1.7.3 - JTP10181 - 4/21/06
  • Added code to kick bots if they get on a team somehow
v1.7.2 - JTP10181
  • Added new line of code per suggestion on a forum post, to prevent crashing
v1.7.1 - JTP10181
  • Cleaned up massive code, hopefully no more crashing
  • Renamed CVARS and commands
  • Added feature to randomly add frags to the fake clients
v1.7 - JTP10181
  • Ported fake client creation to new method using AMXX. No longer needs module.
  • Changed bot name file to botnames.txt
v1.6.1 - JTP
  • Fixed bug that could get server stuck in an infinite loop
  • Fixed bug that caused dupe names sometimes
v1.6 - JTP
  • Ported to AMXx
  • Fixed mem leak/overflow bug caused by some of my code
  • Fixed bugs where it was not removing the fakes automatically
  • Rewrote a lot of the createBot function to make it more effecient and less likely to cause mem overflows from looping
  • Fixed bugs when setting the max_names higher.
  • Must have the botnames.cfg now, no defaults are embedded in the script
  • Fixed bug where playnames array was 1000 length for the names, made plugin huge.
v1.5
  • Custom names and reading names from botnames.cfg
Below v1.6 was maintained by FreeCode


The botnames.txt goes in the amxx configs folder
Attached Files
File Type: sma Get Plugin or Get Source (fakefull_original.sma - 66089 views - 12.8 KB)
File Type: zip botnames.zip (1.1 KB, 43210 views)
__________________

Last edited by jtp10181; 08-09-2006 at 18:46.
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode