
admin mod miss haps
-
- This is my homepage
- Posts: 162
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Apr 22, 2003 8:30 pm
admin mod miss haps
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?
[/quote]

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)
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.
ha haEdge100x 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.

I just went for the obvious, its the main for restartrounds and such, oh wells, its been uncommented and saved for a bit now

- master_cyph3r
- This is my homepage
- Posts: 176
- Joined: Thu May 01, 2003 3:57 pm
Remember this line that I told you about?
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.
Maybe I was unclear, but I thought it would be immediately apparent what you needed to do there.addons/adminmod/scripts/plugin_message.amxaddons/adminmod/scripts/plugin_retribution.amx
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.