disabling timeleft/nextmap

Post Reply
wolfwood
A semi-regular
A semi-regular
Posts: 15
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Jul 11, 2003 7:23 pm

disabling timeleft/nextmap

Post by wolfwood »

I'm running both amx and adminmod on my server so whenever someone types timeleft or nextmap the server spits out 2 answers to that query...so basically, im wondering how to disable one of the answers...preferably the one that says -9 minutes remaining (i think that's adminmod becuz that used to happen in my old server that ran only adminmod) ..thanks again.
If you ever drop your keys into a river of lava, let 'em go, cuz, man, they're gone.

I don't actually kill the ladies..
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

I think that the "timeleft" function of adminmod is included in the base plugin. So in order to disable that particular function you would either have to edit the base plugin then recompile it or comment it out. However, since commenting out the base plugin will render adminmod almost useless; your better off just removing it.

My suggestion would be to only use AMX Mod and remove adminmod. This will probably not be the only problem you run into running both. And running both is not suggested by NFo.

AMX Mod is, from what Ive seen, basically adminmod and clan mod combined. Every plugin for adminmod is availible for AMX, so you shouldnt have a problem configuring it how you want.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

My bad. Tis early and Im late for work. I kept reading that as "admin_timeleft" instead of "say timeleft" for some reason. Anyways, to disable that function just comment out this plugin

addons/adminmod/scripts/plugin_fun.amx

That should solve your problem with the "say timeleft" feature. Although you will lose the following features:

say currentmap
say nextmap
say timeleft (obviously)
say glow

I'd still just stick with running AMX Mod instead of trying to run both.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
wolfwood
A semi-regular
A semi-regular
Posts: 15
Joined: Fri Jul 11, 2003 7:23 pm

ya, but..

Post by wolfwood »

well..you're right...but the reason i use both is so that i have something to control my server with when i disable amx with the 'amx_off' command in my cal.cfg...that way, I dont have amx_imessages and amx_scrollmessages popping up mid-match..and i can still control my server with adminmod...and so far, the dual-timelefts has been the extent of the problems i've had running them simultaneously...plus all my admins are familiar with adminmod so it's just easier than telling them to change everything to amx_blahblah ...and honestly, i really dont need amx but for the scrollmessage is nice
If you ever drop your keys into a river of lava, let 'em go, cuz, man, they're gone.

I don't actually kill the ladies..
User avatar
master_cyph3r
This is my homepage
This is my homepage
Posts: 176
Joined: Thu May 01, 2003 3:57 pm

Lol

Post by master_cyph3r »

Meh, AMX should be all you need. Almost ALL of the current adminmod plugins need to be recompiled. Also AMX is more flexable (0 dmg slaps)
Only bad thing is AMX csstats on it suck. Try uber/bitch slap. Awsome
wolfwood
A semi-regular
A semi-regular
Posts: 15
Joined: Fri Jul 11, 2003 7:23 pm

btw,

Post by wolfwood »

btw, that doesn't work.
If you ever drop your keys into a river of lava, let 'em go, cuz, man, they're gone.

I don't actually kill the ladies..
wolfwood
A semi-regular
A semi-regular
Posts: 15
Joined: Fri Jul 11, 2003 7:23 pm

...

Post by wolfwood »

cyph3r did u even read my post at all??
If you ever drop your keys into a river of lava, let 'em go, cuz, man, they're gone.

I don't actually kill the ladies..
User avatar
master_cyph3r
This is my homepage
This is my homepage
Posts: 176
Joined: Thu May 01, 2003 3:57 pm

lol

Post by master_cyph3r »

What doesnt? we have no clue what doesnt work! o.0 >_<
wolfwood
A semi-regular
A semi-regular
Posts: 15
Joined: Fri Jul 11, 2003 7:23 pm

..

Post by wolfwood »

Anubis' suggestion to comment out the addons/adminmod/scripts/plugin_fun.amx
If you ever drop your keys into a river of lava, let 'em go, cuz, man, they're gone.

I don't actually kill the ladies..
User avatar
master_cyph3r
This is my homepage
This is my homepage
Posts: 176
Joined: Thu May 01, 2003 3:57 pm

Hmmm

Post by master_cyph3r »

If i wanted to take my time to read you posts I would, but I dont. Pfft.
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

Hmm that didnt work eh?

Thats the plugin which is supposed to control the "say timeleft" feature.

Let me take some time to look into it further.

I suppose you could also try to pause the amx command that gives the time left.

But, Ill look into this further and try to give you the correct answer tomorrow.

Sorry.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Anubis
Staff
Staff
Posts: 231
Joined: Tue Jul 01, 2003 5:24 pm
Location: Gresham, OR
Contact:

Post by Anubis »

Forgot one thing.

If you are using statsme it has a timeleft feature also.
IRC @ #ruthlesslords on Gamesnet

http://www.ruthlesslords.net

rlpub.nuclearfallout.net
Post Reply