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

DoDX TK Manager


Post New Thread Reply   
 
Thread Tools Display Modes
SidLuke
Senior Member
Join Date: Mar 2004
Location: Poland, Chrzanow
Old 10-15-2004 , 14:49  
Reply With Quote #11

Quote:
Originally Posted by Jedi
Sid -

Is there a way to turn off the blue HUD messages (in the amx_tsay position) that notify everyone that someone was forgiven or warned? The messages get a little annoying after a while.

Thanks for the plugin.
Hey Jedi , sorry for late reply
just recompile plugin but first comment lines with set_hudmessage and show_hudmessage functions

//set_hudmessage
//show_hudmessage

You understand, I can't add 10.000 options
__________________
Looking for DoD plugins ? Check DoD Plugins Center
SidLuke is offline
Send a message via AIM to SidLuke Send a message via MSN to SidLuke
Jedi
Member
Join Date: Mar 2004
Location: Houston, TX
Old 10-15-2004 , 15:01  
Reply With Quote #12

Thanks for the response Sid. I got it to work doing just what you said - however, I had to roll back to AMXX v0.16. Everyone on my server kept getting "Reliable Channel Overflow" errors and would get dropped from the server. I was using the !0/08/2004 nightly build of AMXX v0.20 RC6.

I'll have to wait until a stable version of 0.20 is released before I can use this plugin again.

Thanks for the help Sid - and for this plugin.
__________________
Jedi is offline
scritch
Junior Member
Join Date: Mar 2004
Old 10-26-2004 , 05:46  
Reply With Quote #13

does someone could make a sma version for cstrike ?

thanks !
scritch is offline
DaNtheMaN
Junior Member
Join Date: Mar 2004
Old 10-26-2004 , 07:08  
Reply With Quote #14

How would I go about changing the admin imune level from Admin_ban to reserved slot level. I know how I just don't know what the level name is for reserved slot access.
DaNtheMaN is offline
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 10-26-2004 , 10:06  
Reply With Quote #15

ADMIN_RESERVATION

FeuerSturm is offline
DaNtheMaN
Junior Member
Join Date: Mar 2004
Old 10-26-2004 , 19:15  
Reply With Quote #16

Ok purhaps I'm not as sure as I was of knowing how to chnage the immune level...

Ok I changed this
Code:
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA){
	if ( !TA || attacker==victim || ( get_user_flags(attacker)&ADMIN_BAN && g_adminimmunity ) )
		return PLUGIN_CONTINUE
to

Code:
public client_damage(attacker,victim,damage,wpnindex,hitplace,TA){
	if ( !TA || attacker==victim || ( get_user_flags(attacker)&ADMIN_IMMUNITY && g_adminimmunity ) )
		return PLUGIN_CONTINUE
But it don't seem to have worked, am I missing some thing. Also what is this line of code for? register_cvar("amx_tk_protection","ab")
DaNtheMaN is offline
DaNtheMaN
Junior Member
Join Date: Mar 2004
Old 10-28-2004 , 04:41  
Reply With Quote #17

nm just me been stupid
DaNtheMaN is offline
SidLuke
Senior Member
Join Date: Mar 2004
Location: Poland, Chrzanow
Old 10-28-2004 , 16:59  
Reply With Quote #18

Quote:
Originally Posted by scritch
does someone could make a sma version for cstrike ?

thanks !
CS version
__________________
Looking for DoD plugins ? Check DoD Plugins Center
SidLuke is offline
Send a message via AIM to SidLuke Send a message via MSN to SidLuke
StephenR.
Junior Member
Join Date: Feb 2005
Old 02-07-2005 , 04:37  
Reply With Quote #19

Is this compatible with AMXX 1.0? Is there a better plugin for AMXX TK management?

I uploaded the plugin as a test and got back the following error:

Code:
[ 23] unknown            unknown  unknown           dodx_tk_manager  bad load 
         Load fails: Plugin uses an unknown function (name "xmod_is_melee_wpn") - check your modules.ini. (plugin "dodx_tk_manager.amxx")
         23 plugins, 22 running
I'm sure it's not an install problem, just incompatible?
StephenR. is offline
DaNtheMaN
Junior Member
Join Date: Mar 2004
Old 02-07-2005 , 08:32  
Reply With Quote #20

#include <fun>
#include <dodx>

You need both those modules running.
DaNtheMaN 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 11:41.


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