Search found 2113 matches

by Nick|NFo
Sun Mar 02, 2008 4:35 pm
Forum: Adminmod
Topic: Where can I find admin mod plugins?
Replies: 0
Views: 1039

Where can I find admin mod plugins?

The admin mod plugins page has a fairly complete list. Most of these plugins will be in the form of .zip files and will come with instructions. If they have an .sma file, the next question may be helpful for you; if they have a Windows .amx file, then they are ready to be installed (another question...
by Nick|NFo
Sun Mar 02, 2008 4:33 pm
Forum: Adminmod
Topic: Downloaded a plugin in .sma format? How to convert to .amx?
Replies: 0
Views: 1036

Downloaded a plugin in .sma format? How to convert to .amx?

You'll need to download the full version of admin mod here and extract it to a temporary folder on your hard drive. In that temporary folder, you will have a "scripting" directory, and within that directory you will have one called "myscripts". Put the .sma files you need to comp...
by Nick|NFo
Sun Mar 02, 2008 4:32 pm
Forum: Adminmod
Topic: I got some errors while compiling an adminmod plugin?
Replies: 0
Views: 996

I got some errors while compiling an adminmod plugin?

If you edited the file, you may have inadvertently caused the errors -- in that case, redownload it and go through the steps again. If you didn't, it is possible that the script is incompatible with the latest version of admin mod or has a bug. Look for a new version; if you can't find one, you can ...
by Nick|NFo
Sun Mar 02, 2008 4:32 pm
Forum: Adminmod
Topic: What do I do with the admin mod plugin once its an .amx file
Replies: 0
Views: 985

What do I do with the admin mod plugin once its an .amx file

After you compile it, you will need to upload the .amx file to the addons/adminmod/scripts folder on the server.

Then, you'll need to add it to addons/adminmod/config/plugin.ini (emulate the way the other plugins in that file are listed).

Example:
addons/adminmod/scripts/plugin_bomb.amx
by Nick|NFo
Sun Mar 02, 2008 4:30 pm
Forum: Adminmod
Topic: I can't upload an admin mod plugin via control panel?
Replies: 0
Views: 1018

I can't upload an admin mod plugin via control panel?

You need to use the FTP to upload plugins. You can see all your FTP information on your file manager page of your control panel.

Please refer to the FTP FAQ for more information on how to use FTP.
by Nick|NFo
Sun Mar 02, 2008 4:29 pm
Forum: Adminmod
Topic: How do I make it so non-admins can't start votes?
Replies: 0
Views: 980

How do I make it so non-admins can't start votes?

Change the default access level in addons/adminmod/config/adminmod.cfg.

The variable is default_access, and their default value is 1. Change the 1 to a 0 and re-save the file.
by Nick|NFo
Sun Mar 02, 2008 3:10 pm
Forum: AMX Mod X
Topic: What is AMXmodx and why would I want it?
Replies: 0
Views: 2371

What is AMXmodx and why would I want it?

AMX mod X is a tool, like admin mod, that expands the functionality of your server.

By using AMX plugins, you can make the server do an array of things that it could normally not do.

AMXX is typically for more control and fun type of modifications for HL1 based games out there.
by Nick|NFo
Sun Mar 02, 2008 3:09 pm
Forum: AMX Mod X
Topic: How do I enable/disable AMXmodx?
Replies: 0
Views: 1293

How do I enable/disable AMXmodx?

ENABLE If you purchased your server with AMXmodx, it comes enabled. You can enable AMXmodx on the Easy Setup tab, under the Metamod section, by simply checking it and committing the changes. If you wish to do it manually, you can edit the addons/metamod/plugins.ini and uncomment the line for Amxmod...
by Nick|NFo
Sun Mar 02, 2008 3:04 pm
Forum: AMX Mod X
Topic: What if I didn't order it -- how do I get it?
Replies: 0
Views: 1158

What if I didn't order it -- how do I get it?

You can install AMXmodx onto your server by using the easy setup tab, then looking under the Additional plugins section, check Amxmodx and then click add plugins.
by Nick|NFo
Sun Mar 02, 2008 3:04 pm
Forum: AMX Mod X
Topic: What version of AMXmodx would be/is installed on my server?
Replies: 0
Views: 1095

What version of AMXmodx would be/is installed on my server?

We currently install AMXmodx v1.8.

We update our files shortly after a final release has been announced. We do not utilize beta's, but can assist you in installing beta versions upon request.
by Nick|NFo
Sun Mar 02, 2008 3:02 pm
Forum: AMX Mod X
Topic: How do I add an admin?
Replies: 0
Views: 1101

How do I add an admin?

The easiest way is to add them under the AMXmodx section of Easy Setup on your control panel. Manually: You can also add admins via file manager, you need to edit addons/amxmodx/configs/users.ini. We recommend that you add users in this format: "STEAMID" "" "ACCESSLETTERS&qu...
by Nick|NFo
Sun Mar 02, 2008 3:00 pm
Forum: AMX Mod X
Topic: I want to change the repeated messages or slots?
Replies: 0
Views: 1120

I want to change the repeated messages or slots?

You can edit these by using the Easy Setup tab or using file manager by editing addons/amxmodx/configs/amxx.cfg.

Most of the miscellaneous settings are in there, and commented well.
by Nick|NFo
Sun Mar 02, 2008 2:59 pm
Forum: AMX Mod X
Topic: Is there a limit to the number of AMXmodx plugins I can add?
Replies: 0
Views: 1156

Is there a limit to the number of AMXmodx plugins I can add?

Nope. Add as many as you'd like.

Keep in mind that there are plugins that can cause performance issues, such as demanding ones for the server and clients. Also its best to keep in mind that fewer the plugins the better overall.
by Nick|NFo
Sun Mar 02, 2008 2:57 pm
Forum: AMX Mod X
Topic: Where can I find AMXmodx plugins?
Replies: 0
Views: 1260

Where can I find AMXmodx plugins?

Not all plugins are compatible with Steam and the version of AMXX we run. Make sure you get AMXX plugins, not AMX for improved performance and stability.

Download plugins from the main AMXmodx plugins page or by searching the forums.
by Nick|NFo
Sun Mar 02, 2008 2:55 pm
Forum: AMX Mod X
Topic: How do I add a .amxx plugin?
Replies: 0
Views: 1150

How do I add a .amxx plugin?

Upload the .amxx file to your addons/amxmodx/plugins directory using FTP.

Then open addons/amxmodx/configs/plugins.ini and add a line containing the plugin file name.

Example:
Plugin name is amx_super.amxx

plugins.ini

Code: Select all

amx_super.amxx