admin mod miss haps

Post Reply
James05
This is my homepage
This is my homepage
Posts: 162
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Apr 22, 2003 8:30 pm

admin mod miss haps

Post by James05 »

ok um on my server... dawg.nuclearfallout.net:27015 we are no longer able to slap or slay or execclient anymore.. it might have been when i was commenting out certain things in the adminmod plugins page.. but um can you help me? :D[/quote]
User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

First off, you need to uncomment plugin_antiflood. That is a very important script that you should never disable.

Second, you have a line in there that looks like this.

addons/adminmod/scripts/plugin_message.amxaddons/adminmod/scripts/plugin_retribution.amx

Common sense tells me there is a problem with that.

Note: The second point is causing the problem, because admin_execclient and admin_slay are functions of plugin_retribution.

(Edited for clarification)
Last edited by Edge100x on Sun Jul 27, 2003 2:33 pm, edited 1 time in total.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

I found the problem

addons/adminmod/scripts/plugin_CS.amx was commented out

Says in our FAQ to uncomment this for CS servers :)
User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

acura, slay and execclient are part of plugin_retribution, so in this case that doesn't apply ;). He should still uncomment it, though.

The main problem is the other line he had, that I mention above.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

Edge100x wrote:acura, slay and execclient are part of plugin_retribution, so in this case that doesn't apply ;). He should still uncomment it, though.

The main problem is the other line he had, that I mention above.
ha ha Image acuraCLS

I just went for the obvious, its the main for restartrounds and such, oh wells, its been uncommented and saved for a bit now :)
User avatar
master_cyph3r
This is my homepage
This is my homepage
Posts: 176
Joined: Thu May 01, 2003 3:57 pm

Post by master_cyph3r »

:( i want to use those coooollll smilies too!!! gorsh acura thats so cool! laf.
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

Post by Nick|NFo »

master_cyph3r wrote::( i want to use those coooollll smilies too!!! gorsh acura thats so cool! laf.
lol I suppose I could install them here if edge (john) allows me, I am linking them from my own sites that I run, or a friends.

we use vbulletin, and phpbb forums
James05
This is my homepage
This is my homepage
Posts: 162
Joined: Tue Apr 22, 2003 8:30 pm

:(

Post by James05 »

its still not wrokin and i uncommeneted everyline that was there :( can you do it for me?
User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

Remember this line that I told you about?
addons/adminmod/scripts/plugin_message.amxaddons/adminmod/scripts/plugin_retribution.amx
Maybe I was unclear, but I thought it would be immediately apparent what you needed to do there.

You see, you had two lines running together because accidentally back-spaced at the end of the second one. What you needed to do was to separate them. That is, you needed to cursor to after the first ".amx" and hit return, so that they are on two separate lines again.

Instead, it appears that you deleted the line entirely. That will not help you here, because as I said before, the commands you are referring to are in plugin_retribution.

Does that make sense? In other words, you need to add that back in, as two lines.

It would probably be better to email us with server-specific questions such as this in the future.
Post Reply