Raised This Month: $ Target: $400
 0% 

Advanced Team Attack Control v3.0.1


Post New Thread Reply   
 
Thread Tools Display Modes
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 07-15-2008 , 02:30   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #201

Quote:
Originally Posted by Rvargas View Post
It's the lastest version (i downloaded yesterday), i checked usin amx_plugins and it sayed that the atac_chicken_amx was disabled and i don't know how to enable
What do You mean by "latest version"? If it's the version from the first page, it is not the latest unfortunatelly (see the date when syphilis posted it and last time edited his first post). The latest one is here:
http://forums.alliedmods.net/showpos...&postcount=362
Make sure You are compiling it locally. It's because the online compiler after using the button "Get plugin" compiles it against AMX X 1.76d instead the latest one - 1.8.0, so You need to compile it locally with Your AMX X version - for that You need to get sma file from that post I pointed You above. Also don't forget to get the txt language file and place it in the right folder. After installing it write in console:
meta list
amxx plugins
and post both outputs here.
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo is offline
Argus
Junior Member
Join Date: Oct 2007
Location: Russia
Old 08-12-2008 , 10:40   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #202

Quote:
Originally Posted by S@ndel View Post
hmm...

...and problems with atac_cmds.sma

AMX Mod X version 1.76c
use AMX Mod X version 1.8.0

or add

PHP Code:
stock has_flag(id, const flags[]) 
{
    return (
get_user_flags(id) & read_flags(flags));

Argus is offline
veg
New Member
Join Date: Aug 2008
Old 08-18-2008 , 09:21   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #203

Quote:
Originally Posted by Orangutanz View Post
manix:
This is what ATAC 3.0.1 looks like:
Choose Punishment for
(0/3 TKs) Orangutanz

1. Forgive
2. Increase Team Kill
How can i turn off second punishment? (Increase Team Kill)

I'd like to have only Forgive and Slay.

Regards.
veg is offline
redboyke
Member
Join Date: May 2008
Old 08-18-2008 , 18:00   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #204

Quote:
Originally Posted by veg View Post
How can i turn off second punishment? (Increase Team Kill)

I'd like to have only Forgive and Slay.

Regards.
not sure but i think go to plugins-atac.ini
and comment those you are not going to use.
redboyke is offline
jimmy_cr
Member
Join Date: Sep 2004
Old 08-23-2008 , 04:02   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #205

if using atac_amxbans addon, is it possible that ATAC wil not use ADDIP/BANID ?

I just commented

Code:
if ( ban )
		server_cmd( "%s ^"%i^" ^"%s^";wait;%s", ( ban == 1 ) ? "addip" : "banid", get_pcvar_num( gCVARBanTime ), KillerAuthID[ id ], ( ban == 1 ) ? "writeip" : "writeid" )
in atac.sma, but some "automatic" way or cvar?
jimmy_cr is offline
Send a message via ICQ to jimmy_cr
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 08-23-2008 , 07:03   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #206

Quote:
Originally Posted by veg View Post
How can i turn off second punishment? (Increase Team Kill)

I'd like to have only Forgive and Slay.

Regards.
You cannot disable option 2 I'm afraid since it caters for every setup who doesn't want fun punishments, perhaps I might make an option of disabling it in the future.
Orangutanz is offline
Orangutanz
Veteran Member
Join Date: Apr 2006
Old 08-23-2008 , 07:08   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #207

Quote:
Originally Posted by jimmy_cr View Post
if using atac_amxbans addon, is it possible that ATAC wil not use ADDIP/BANID ?

I just commented

Code:
if ( ban )
		server_cmd( "%s ^"%i^" ^"%s^";wait;%s", ( ban == 1 ) ? "addip" : "banid", get_pcvar_num( gCVARBanTime ), KillerAuthID[ id ], ( ban == 1 ) ? "writeip" : "writeid" )
in atac.sma, but some "automatic" way or cvar?
Why are you messing with ATAC's source code?
Code:
check_teamkills( id ) {     // SOME CODE HERE         new rtn = exec_CheckKill( id, ban )         if ( rtn < 1 )     // REST OF CODE HERE }
exec_CheckKill function is linked to this:
Code:
forward atac_punished( killer, const name[], const authid[], bantype );
If you return 1 in that function (which atac_amxbans does) then it tells ATAC core to ignore its own internal banning system.
Orangutanz is offline
veg
New Member
Join Date: Aug 2008
Old 08-23-2008 , 09:32   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #208

Quote:
Originally Posted by Orangutanz View Post
You cannot disable option 2 I'm afraid since it caters for every setup who doesn't want fun punishments, perhaps I might make an option of disabling it in the future.
Ok, thanks for help. I'll just disable punishmen_menu
veg is offline
cunga_lunga
Junior Member
Join Date: Sep 2008
Old 09-21-2008 , 08:24   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #209

I need help configuring ATAC to do ONLY this:

When someone attacks player from his team, he will be slapped and he will be hurt with amount of damage the he would make to the team player! JUST THAT! Admin will NOT be immune to that!

So basically the player can die when someone from other team kills him, of course, or he can kill him self by constantly attacking players from his own team.

No Punishment menu, no kick, no ban, nothing, just what I wrote.

If you can send me config files or just tell me what how to configure it to do this.

Thank you very much.
cunga_lunga is offline
iNs
BANNED
Join Date: Sep 2008
Old 09-28-2008 , 05:19   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #210

I have installed ATAC 3.0.1.
Problem: when someone TK me, i can punish him twice.
But I think it should be only one punishment.
How can I solve this problem?
iNs is offline
Reply



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 16:34.


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