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

Advanced Team Attack Control v3.0.1


Post New Thread Reply   
 
Thread Tools Display Modes
S@ndel
Junior Member
Join Date: Mar 2005
Old 06-11-2008 , 20:03   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #191

hmm...

Quote:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// atac.sma
// D:\Games\Counter-Strike 1.6\cstrike\addons\amxmodx\scripting\atac.sma (113 : error 017: undefined symbol "has_flag"
// D:\Games\Counter-Strike 1.6\cstrike\addons\amxmodx\scripting\atac.sma (1142) : warning 203: symbol is never used: "id"
//
// 1 Error.
// Could not locate output file compiled\atac.amx (compile failed).
//
// Compilation Time: 0,52 sec
// ----------------------------------------

Press enter to exit ...
...and problems with atac_cmds.sma

AMX Mod X version 1.76c
Attached Files
File Type: txt full_log.txt (6.9 KB, 266 views)

Last edited by S@ndel; 06-11-2008 at 20:15.
S@ndel is offline
Send a message via ICQ to S@ndel
redboyke
Member
Join Date: May 2008
Old 06-11-2008 , 21:04   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #192

Quote:
Originally Posted by Ambrosia View Post
Mod.cfg
mp_friendlyfire 1
mp_tkpunish 0
mp_autokick 0

Problem is when it's FF is off in the server.cfg it's fine, but the moment I enable FF in that file, it starts the kicking.
Which is prohibiting us from using ATAC because of the kicking.
Somehow it doesn't reconize the settings or something in server.cfg
maybe because you use statsme or something that might have mp_tkpunish still on
redboyke is offline
zuk4u
Junior Member
Join Date: Jan 2007
Old 06-24-2008 , 11:49   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #193

When i set atac_team_kills 4 then when someone kills me three times i get normal bury, glow etc menu, but when he will kill me once more i get menu with only 3 options - ban, forgive, kick if i will keep forgiving him he will be still on the server, player is auto banned after he leaves the server (with message "Max Team Kill Warning 4/4"). Using amxbans 5.0 , mod: condition zero

config:

Quote:
addons.cfg:
// Set no Team Attack timelimit in seconds from beginning of spawn (0=OFF)
atac_noattack_within 0

// Set slapping on attacker: 0=OFF, 1=ON (Note: no health is deducted)
atac_slap_attacker 0

// Set slaying on maximum Team Attacks: 0=OFF, 1=ON
atac_slayon_maxattacks 0

// Set health restoration on victim: 0=OFF, 1=ON
atac_health_restore 0

// Set mirror damage on attacker: 0=OFF, 1=ON
atac_mirror_damage 0

atac.cfg:
// Set punishment menu: 0=OFF, 1=ON
atac_menu 1

// Set whether for ATAC to enforce menus
atac_menu_overwrite 0

// Set whether to show which punishment was selected
atac_show_punishment 1

// Specifies the access level flags needed for a player to have immunity
atac_immunity_flags a

// Set admin immunity type: 0=OFF, 1=NO KICK/BAN, 2=ON
atac_admins_immune 1

// Set whether to increase Team Killers TK's upon disconnect when trying to avoid punishment
atac_tk_avoidance 1

// Set storage of kills per map: 0=OFF, 1=ON
atac_store_kills 1

// Set whether to not count TA/TK when attacker/killer dies beforehand (ie grenades, or other projectiles)
atac_tk_afterdeath 0

// Set banning type: 0=OFF, 1=IP, 2=AUTHID, 3=AUTO-DETECT
atac_ban_type 2

// Set amount of time (minutes) you want to ban a user after their Team Kills have reached the limit (0=PERMANENT BAN)
atac_ban_time 30

// Set Number of Team Attacks you want to be counted as a Team Kill (0=OFF)
atac_team_attacks 5

// Set Number of Team Kills you want allowed before user is kicked/banned (0=OFF)
atac_team_kills 4

Last edited by zuk4u; 06-24-2008 at 12:03.
zuk4u is offline
Rvargas
Junior Member
Join Date: Jul 2008
Old 07-10-2008 , 19:09   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #194

How i can make players turn into chicken, i istaled the chicken MOD and it DOESN'T appear in the punishment list when a friend kill me, it says that the atac_chicken is dissabled or somenthing like this... HOW I ENABLE?

P.S:Sorry my bad english i'm from Brazil
Rvargas is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 07-11-2008 , 02:52   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #195

How did You install the ChickenMod and which version? You can see if Your ChickenMod plugin is really running y this command:
amxx plugins
That command will list for You or running plugins on Your server. This way You can make sure everything You installed is really working.
__________________
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
Rvargas
Junior Member
Join Date: Jul 2008
Old 07-11-2008 , 09:35   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #196

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
Rvargas is offline
Old 07-11-2008, 10:17
KWo
This message has been deleted by KWo. Reason: wrong topic..
`666
AlliedModders Donor
Join Date: Jan 2006
Old 07-12-2008 , 08:56   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #197

Hi,
Is it possible to add extra options - "atac_bomb_mode 2" & "atac_fire_mode 2", which will set bomb & fire to effect only on tker and enemies.
`666 is offline
Rvargas
Junior Member
Join Date: Jul 2008
Old 07-12-2008 , 10:50   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #198

How i enable the atac_chicken_amxx?
Rvargas is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 07-12-2008 , 11:39   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #199

you need chicken mod running http://forums.alliedmods.net/showthr...hlight=chicken
`666 is offline
Rvargas
Junior Member
Join Date: Jul 2008
Old 07-14-2008 , 20:14   Re: Advanced Team Attack Control v3.0.1
Reply With Quote #200

I have the chicken plugin istaled, but i still can't enable the chicken punishement, i placed the files of the chicken rebirth plugin inn the right folders
Rvargas 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 18:11.


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