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

Advanced Team Attack Control v2.5.5.5 -By f117bomb Updated [10/19/06]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   Counter-Strike        Category:   Server Management       
{NM}Jason
AMX Mod X Beta Tester
Join Date: Mar 2004
Location: Texas
Old 09-26-2005 , 21:00   Advanced Team Attack Control v2.5.5.5 -By f117bomb Updated [10/19/06]
#1

Quote:
The Zip file does not contain the compiled version of the plugin. Do it YOURSELF.http://www.amxmodx.org/doc
Supported by
v3x, {NM}JRBLOODMIST and TheRising|||
Again ATAC is Going Threw a COMPLETE Re-Write !!! these issues will not be Addressed because of the NEW Re-Write please bare with us.


Requires 1.75a

Orignal Authors of this plugin.
f117bomb
T(+)rget aka Orangutanz
Teame06

Original Plugin
http://www.tcwonline.org/cgi-bin/vie...viewcvs-markup http://djeyl.net/forum/index.php?sho...d%20team&st=30

Thanks for making such a great and useful plugin!

Quote:
Originally Posted by Install Guide
Install Instructions
Advanced Team Attack Control [ATAC] AMXx Plugin
First Version: May 2002
Latest Version: [10/19/06]
ATAC Version: 2.5.5.5
ATAC Config Version: 1.1.09
ATAC Zip File 2.5.5.5.zip

Installation instructions:

1. Upload 'amxx_atac.2.5.5.4.amxx & amxx_atac_cfg.1.1.09.amxx to mod/addons/amxmodx/plugins

2. Edit plugins.ini and add the plugin 'amxx_atac.amxx' and 'amxx_atac_cfg.amxx' to the bottom of the file.
3. Upload the atac directory and all its contents to mod/addons/amxmodx/configs/atac/ folder
4. Upload the atac.txt and ataccfg.txt language files to the mod/addons/amxmodx/data/lang folder
5. REMOVE ALL OTHER TK's SCRIPTS THAT ARE RUNNING ON YOUR SERVER
6 Make sure the AMXX FUN module is installed
7. MAKE SURE YOU EDIT YOUR ATAC.CFG for your SETTINGS.(Warning Editing your atac.cfg manual and adding lines to the file will mess up the optional atac config menu when saving.) (Optional: Use the amx_atac_cfg plugin to edit the option in-game menu)

8. Do a full game restart or Just do a level change.


Optional:

- Install ChickenMod Rebirth 1.0 for chicken option to work
http://forums.alliedmods.net/showthread.php?t=8979

- These should be set to the following values in your +mapchangecfgfile "server.cfg" file:
mp_tkpunish 0
mp_autokick 0
mp_friendlyfire 1
mp_hostagepenalty 0 if you want atac to console Hostage TK/TA counts

Things to know:
- The in-game menu is amx_atacmenu allows you to edit in game.
- To list banned by id/ip use rcon command 'listid' / 'listip' respectively
- To remove a ban id/ip use rcon command 'removeid' / 'removeip' respectively
- All atac.cfg settings can be changed in-game via 'amx_rcon'

Dir Tree:

$Mod/$amxx/plugins/amxx_atac.amxx (Advanced Team Attack Control Plugin)
$Mod/$amxx/plugins/amxx_atac_cfg.amxx (Advanced Team Attack Control Config Plugin)
$Mod/$amxx/$configs/atac/atac.cfg (Advanced Team Attack Control Config File)
$Mod/$amxx/$configs/atac/atac.cor(Advanced Team Attack Control Jail Coordinates Locations)
$Mod/$amxx/$configs/atac/atac.log (Advanced Team Attack Control Log File, created when first ban is issued)
$Mod/$amxx/data/lang/atac.txt (Advanced Team Attack Control AMXx Language File)
$Mod/$amxx/data/lang/ataccfg.txt (Advanced Team Attack Control Config AMXx Language File)

Notes:
ATAC autodetects if CSDM by Bailopan & Twisted Death Match Version 1.3 are on.

Quote:
Originally Posted by ChangeLog since ATAC 2.5.4 and ChangeLog since ATAC CFG 1.1 release

v2.5.5.5 [10/03/2006]

* Added IDNULLFIX define to debug or get rid of the extra checks
* Fixed atac_tanotallowedfor not working


v2.5.5.4 [8/2/06]
Bug Fix Release Sorry No Change Log Info.


v2.5.5.3
  • Added #define LIVESTATUS (this time really)
  • Added #else macro to fix an PCvar bug related to amxx_atac_cfg.1.1.07 and the atac_status cvar
  • Removed 2 Vars which get used only once and replaced them with get_pcvar directly in the formatex() function
  • Added PCvars variables pv_mp_roundtime & pv_mp_freezetime
  • Added get_cvar_pointer() for pv_mp_roundtime & pv_mp_freezetime
  • Changed get_cvar to get_pcvar for mp_roundtime & mp_freezetime

v2.5.5.2 update thanks to TheRising [07/09/2006]

TheRising added to support/coding team
  • Fixed Header version
  • Fixed version and made Author, Plugin, Version 'new const'
  • Added 4 Syncobjects g_HudSyncBomb ( public TimeBombLoop(player) ), g_HudSyncBan ( check_v(kIndex) ), g_HudSyncDamg ( public event_Damage(vIndex) ), g_HudSyncHostel ( public event_hostinj(id) )
  • Added PCvar variables pv_*
  • Made register_cvar use PCvars
  • Added needed LIVESTATUS define to get rid of warning for (pv_)atac_status
  • Changed hudchannel to -1 for all set_hudmessage but at all the hudchannel is not needed with ShowSyncHudMsg
  • Replaced all show_hudmessage with ShowSyncHudMsg
  • Replaced all internal get_cvar with get_pcvar ( get_cvar_num("atac_tacontrol") to get_pcvar_num(pv_atac_tacontrol) )
  • Replaced all format() with formatex() expect ( format(filepath, 63, "%s/atac", filepath) ) and ( format(atacpath, 63, "%s/atac", atacpath) )

v2.5.5.1 [07/07/2006]
Fix public client_disconnect error

v2.5.5.0 [11/22/2005]
-the fixes to get it correctly to work with ChickenMod Rebirth 1.0. Thanks KWo
-Fix ML_NOTFOUND from Last update

2.5.4.15 [10/27/2005]
- Added Translations for finnish

2.5.4.14 [06/09/2005]
- Changed the kind of check if there is any menu already displayed for the player (checking only for menuid > 0 - then wait and check
again. Otherwise - ATAC menu is displayed without delaying (Thanks to KWo)
- Change the way it check if Ta control is enable
- Change the the reason for AmxBan 4.0 to be more detail.
- Change the way it handles bots ban to make it kick only bots.

2.5.4.13 [05/21/2005]
- changed into loop task (1s with "b" flag) the check if any menu is displayed for the player.

2.5.4.12 [00/00/0000]
- Skip version to catch up to the one being update to amx.

2.5.4.11 [05/05/2005]
- When fixing disable blind it broke Forgive option on menu with Forgive/Ban or Kick.
- Added a function to check if a player has a menu when he was TK so that ATAC will not overwrite it.
- Change the way jail name looks. Inmate #00x to Inmate #PlayerIndex
- Added some more checks to make sure that player is connected or is still alive on the server. So that
you won't see any fun error messages.
- Fix a error in the language file atac.txt
- Livestatus will be disable due to the fact that steam broke it. When using livestatus if player had hud_centerid 1
the info would show under the crosshair of the player. Also when looking at a team/enemy with the crosshair
would take alway livestatus. Also Shooting a teammate will take away the enemy/team status till you shoot at a enemy.
typing /livestatus will do the same thing as before. It will just say LiveStatus has been able but will not be doing
anything.

2.5.4.10 [05/03/2005]
- Second Page of TK Menu will not show up if Blind, Rocket, Drop, Fire, Drug are not enable.
- Fix Option Blind Will now not work if disable.
- Fix some errors in the atac.txt language files
- Fix some errors in the code for NOTFOUND in amxx_atac.sma
- Added name change catch for during jail punishment. So it will now change it back to inmate #00x if atac_handlename is enable
- Added Death Match Cvar for plugigns that i can't hook onto a external cvar to see if it enable or disable.
- Added [ATAC] to the beginning of the NOTFOUND messages.
- Twisted Death Match Version 1.3 supported added. It auto detected if it is active/inactive. For other enable DeathMatch.


2.5.4.09 [04/27/2005]
- Re-Done French Translations by L@Br3Y
- Fix how the name changed during Jail Punishments. Now when reconnect, disconnect, or one of the above will keep the old name.

2.5.4.08 [04/26/2005]
- Fix MultiLingual Support with the help with Faluco
- Fix some errors in the atac.txt language file.

2.5.4.07 [04/20/2005]
- Re-Enable Slay Next Spawn for CSDM.
- Re-Done German Translations by ToT | V!PER


2.5.4.06 [04/15/2005]
- Added atac_log cvar. You can disable/enable logs for atac
- Change the code of the chicken code a bit.
- If you have a freeze time, People who got punish with chicken punishment will have an advantage when new round start. They are able to move without being frozen during freeze time. But if they buy weapon or change to a weapon they are frozen during freeze time.
- Added Dutch Translation by www.altavista.com tranlation website
- Re-enable Slay Next Spawn for CSDM
- Slay Next Spawn will wait 0.5 sec before slaying so it won't mess up CSDM.
- Also using PodBot with chicken rebrith 1.0. When punishing a TKer with chicken punishment. The person who was change to a chicken. Podbot will change the enemy for the chicken. So the podbots on the same team will attack the chicken and the enemy of the chicken will not kill the chicken.

2.5.4.05 [04/07/2005]
- Fix error when someone TK someone, and the TKer leaves the server before getting punish
i would say hostname is punish for blah blah blah. I would crash someone server.
- Added some more stuff to atac.txt Language file
- Current Missing Translations
- Serbian
- Turkish
- Danish
- Dutch
- German - Missing the new translation for the new fix
- French - Missing the new translation for the new fix
- I have tried to test everything but you only can test so much.
- Change amx_atac.sma to amxx_atac.sma
- Change amx_atac_cfg.sma to amxx_atac_cfg.sma

2.5.4.04 [04/03/2005]
- Fix atac.txt had two FIRE_MSG in each languages so it would interfer with each other
- Change one FIRE_MSG to TIMEBOMB_FIRE_MSG
- Added Slay Next Spawn ML support
- Change MENU_SLAY to MENU_SLAYNR to atac.txt
- Added MENU_SLAYNS to atac.txt
- Keep Slay Next Spawn disable when csdm_active is 1
For some reason i got it working for a bit then it doesn't work any more.
- Took out atac_csdm cvar
- Took out atac_csdm out of config
- Atac_csdm has been replaced by an external cvar registered by CSDM - csdm_active.
- ATAC menu will show up 4 secs after you been TK when CSDM is enable so that people still can pick your weapons.
- Fix some error i did, so it wouldn't use amxban 4.0
- Added Swedish Translations Thanks to Belsebub.
- Took out atac.log out of the zip because it will create it if you don't have it.
- Fix some missing things in atac.txt.
- Added Polish Translations Thanks to KWo.

2.5.4.03 [03/30/2005]
- When CSDM is enable if person is set to timebomb, they get kill, when player respawn TIMEBOMB will still count down and blow up.
- Fix TIMEBOMB so that it will check if player still flag for TIMEBOMB
- Disable Slay Next Round if atac_csdm is enable
- Something with CSDM and slay next round or when respawn messing CSDM up when use
- Blind, Drug, Glow will be clear on respawn now.
- Fix IF statement error

2.5.4.02 [03/28/2005]
- CSDM Support re-written with the help from KWo

2.5.4.01 [03/26/2005]
- Added CSDM support for CSDM people with FF ON.
- Instead of new rounds, Respawn will clear punishments.
- Set atac_csdm to 1 in atac.cfg for CSDM support.
- Change version letters to number instead.
- The CSDM half has not been tested, I have no CSDM server up to test it with.

2.5.4e [03/26/2005]
- Fully functional ML support. Menu, Chat messages, Logs, Hud Messages.
- Fix Timebomb Hud messages countdown. I would say (1<<6) instead of FIRE! at when the person explodes.
- If you are going to use this version you have to add three in into the
file amxmodx/data/lang/languages.txt. Read Install Instructions Line

v2.5.4eBETA [03/21/05]
- Added AmxModX Multi-Lingual support.
- Only English, French, German is support right. i will do other translation when i can.
- Put atac.txt into mod/addons/amxmodx/data/lang folder.
- Just Found that ChickenMod Rebirth 1.0 work with this version.
- Fix Dutch to German put it into the wrong language
- Added Spanish Translations Thanks to Faluco.

v2.5.4d [03/19/05]
- Added atac_hudmessages cvar 0 disable 1 enable
- Added atac_amxban cvar 0 disable 1 enable
- Added atac_hostagepen cvar 0 disable 1 enable

v.2.5.4c [03/19/05]
-Added Hostage attacks/kills to count as ta violations/tk violations respectivly (0=OFF or 1=ON) atac_hostagepen 1 in atac.cfg
- Fix Menu

v.2.5.4b [03/19/05]
- Added Language part from v2.5.3d to 2.5.4
- Removed hard coded path for atac.cfg, atac.cor, atac.log to comply to plugin rules
- Added atac_hudmessages to enable/disable hudmessages if it turn off it will client_print on the bottom left
- Added If you kill Bot TK/TA punishments, they will random pick one.
- Fix Menu


ATAC Config Change Log

1.0:
- Initial Release

1.1:
- Optimised bitwise options

1.1.01: [04/10/05]
- Update ATAC Config with 3 new cvar, in the process of having it save to a file.
- Current ATAC Config Will not save after map change, This will be the next update i will do.

1.1.02 [04/15/2005]
- Rearrange Menu to add option Save into the menu.
- Hit Exit option will not save the change settings that you have change.
- Changing Options mid map when using in-game menu will not save setting unless you hit the option save.
- When saving it will only overwrite the line that need to be change.
- You need to update to the current version of atac.cfg or You will have problem when saving setting in the in-game menu
- Added the new cvar option ATAC_LOG
- change say /atacmenu to atac_menu in console
- change ADMIN_MENU to ADMIN_CFG
- Spanish Translations Done By Faluco
- Dutch Translations Done By Devilion

1.1.03 [04/20/2005]
- Polish Translation Done By KWo
- Added cvar for Gamespy/HLSW

1.1.04 [04/26/2005]
- Fix Multi-Lingual Support with the help of Faluco
- Fix some errors in the ataccfg.txt language file.
- Re-Done French Translations by L@Br3Y\

1.1.05 [05/03/2005]
- Added New Option for Death Match plugins that I can not set to read the current state of the Death Match.
- Added ML for MENU_CFG_SAVE_MSG = *[ATAC] settings has been saved.
- Added MENU_CFG_DM = Death Match
- Change client console command atac_menu to amx_atacmenu. Because atac_menu is also a cvar and on listen server
it would interfer with each other.

1.1.06 [05/06/2005]
- Fix the Display of Slay Next Spawn when one of the DM are enable.
- Added Translations for Save msg in polish in ataccfg.txt

1.1.07 [07/10/2006]
  • Changed Author, Plugin, Version to 'new const'
  • Added PCvar variables pv_*
  • Registered Atac PCvars with get_cvar_pointer()
  • Replaced all atac internal get_cvar/set_cvar with get_pcvar/set_pcvar ( get_cvar_num("atac_tacontrol") to get_pcvar_num(pv_atac_tacontrol) )
  • Replaced all format() with formatex()

Ver 1.1.08 [07/10/2006]
  • Version bump
  • Fixed a formatex() using %g instead of %f for the float variable atac_slap_amount

Ver 1.1.09 [8/2/06]
Bug Fix Release Sorry No Changelog Info





Quote:
Known Bugs
Some. But will be Fixed During Next Full Release.

Quote:
Originally Posted by Things left to do
Their is about 230+ somewhere server using variations of the update i have done. So the Plugin is working fine.

Advanced Team Attack Control
http://www.game-monitor.com/search.p...e=all&country=

Advanced Team Attack Control Config In-Game Menu
http://www.game-monitor.com/search.p...e=all&country=
_____________________________________________ _____________________________________________ _______________
Quote:
Punishment Options:
Forgive
Slap him x times
Slap him to x heath
Slay him Nextround
Put him in Jail for x seconds
Turn him into a Chicken
Bury Him
Make him Glow Pink
Make him a ticking Timebomb
Make him Blind
Make him a Rocket
Drop him Repeatedly
Set him on fire
Drug Him
A New Part of A.T.A.C.
ATAC Jail Maker

Commands:
"atac_jailmenu" is to open the ATAC Jail Maker Location.

This Plugin is to make your jail point coordinates for the jail punishment within atac, If the map has no jail point coordinate you can make your own for the plugin. it uses noclip to get where you want to place your New Jail, teleport or Noplip to jail point, save with confirmation and exit when you use atac_jailmenu, this plugin is useful when you have Costum maps with no Jail points hope you Like it, Teame06.

_____________________________________________ _____________________________________________ ______________
Attached Files
File Type: zip atac_jail.zip (5.9 KB, 19573 views)
File Type: zip atac_cor.zip (1.1 KB, 17689 views)
File Type: sma Get Plugin or Get Source (amxx_atac_cfg.1.1.09.sma - 22312 views - 24.5 KB)
File Type: zip atac.2.5.5.5.zip (40.1 KB, 25693 views)
File Type: sma Get Plugin or Get Source (atac.2.5.5.5.sma - 22463 views - 63.1 KB)
__________________
http://forums.alliedmods.net/showthr...396#post451396
Quote:
Originally Posted by BAILOPAN View Post
Shortly after posting that image, Jason crushed the truck into a ball with his hands, and tossed it over his shoulder.

Last edited by Orangutanz; 08-28-2007 at 21:02.
{NM}Jason is offline
Send a message via ICQ to {NM}Jason Send a message via AIM to {NM}Jason Send a message via MSN to {NM}Jason Send a message via Yahoo to {NM}Jason
 


Thread Tools
Display Modes

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 15:32.


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