Search found 2113 matches

by Nick|NFo
Sun Mar 09, 2008 4:41 pm
Forum: Sourcemod
Topic: How do I add admins?
Replies: 0
Views: 2141

How do I add admins?

There are two ways to add admins in SourceMod, a simple way and a more detailed (more customizable) way: Simple Once SourceMod is installed, you need to edit the addons/sourcemod/configs/admins_simple.ini file on the file manager page of your control panel. It is setup with 2 required parameters and...
by Nick|NFo
Tue Mar 04, 2008 11:30 am
Forum: Mani mod
Topic: How do I add admins?
Replies: 0
Views: 1622

How do I add admins?

With the latest version of Mani admin plugin, there are four ways to add admins: First, you need to know your STEAMID. This is an ID given to you by STEAM that is unique and used primarily for admin access. If you do not know how to find out your own STEAMID, please read this tutorial . 1 - Generic ...
by Nick|NFo
Mon Mar 03, 2008 4:59 pm
Forum: Mani mod
Topic: How do I enable stats logging for Psychostats?
Replies: 0
Views: 1318

How do I enable stats logging for Psychostats?

Edit your cfg/mani_server.cfg via the file manager on your control panel and find the external logging section:

Change

Code: Select all

mani_external_stats_log 0
to

Code: Select all

mani_external_stats_log 1
This allows for Psychostats to parse the logs for additional statistics including hitboxes and other details.
by Nick|NFo
Sun Mar 02, 2008 10:16 pm
Forum: Game and voice servers
Topic: Switching servers on cp?
Replies: 1
Views: 1027

Re: Switching servers on cp?

The owner would need to add your email as a secondary user on the control panel for the server you wish to see. He or she needs to do this on their access page.

As for the old server, the owner of that server needs to remove you from the access list as a secondary user.
by Nick|NFo
Sun Mar 02, 2008 4:49 pm
Forum: Adminmod
Topic: What is admin mod and why would I want it?
Replies: 0
Views: 2376

What is admin mod and why would I want it?

Admin mod is a tool that expands the functionality of your server. By using admin mod plugins, you can make the server do an array of things that it could normally not do.

Admin mod can make administration of your server much easier and not have to rely on using RCON solely.
by Nick|NFo
Sun Mar 02, 2008 4:48 pm
Forum: Adminmod
Topic: How do I enable/disable admin mod?
Replies: 0
Views: 1238

How do I enable/disable admin mod?

ENABLE If you purchased your server with admin mod, it comes enabled. You can enable Admin mod on the Easy Setup page by making sure its checked under the Metamod section, then hitting commit changes. If you wish to do it manually, you can edit the addons/metamod/plugins.ini file and uncomment the ...
by Nick|NFo
Sun Mar 02, 2008 4:44 pm
Forum: Adminmod
Topic: What if I didn't order it -- how do I get it?
Replies: 0
Views: 1070

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

You can click on the option on your Easy Setup page and then click the add plugin button for it to be installed.
by Nick|NFo
Sun Mar 02, 2008 4:43 pm
Forum: Adminmod
Topic: How do I add an admin?
Replies: 0
Views: 1085

How do I add an admin?

To add admins, you need to edit addons/adminmod/config/users.ini. I recommend that you add users in this format: STEAMID::accesslevel An example line would look like: STEAM_0:1:3810::131071 Put one user per line. Note the double colons; they trip a lot of people up . You can calculate accesslevels f...
by Nick|NFo
Sun Mar 02, 2008 4:42 pm
Forum: Adminmod
Topic: Double colons? The admin mod site tells me I need a password
Replies: 0
Views: 1037

Double colons? The admin mod site tells me I need a password

You don't, and it's better not to put one in. Having the STEAMID alone should be enough to prevent others from using your admin rights. If you also specify a password, then you will have to use it client-side, and you'll also have to worry about it expiring in between maps. It's much simpler and gen...
by Nick|NFo
Sun Mar 02, 2008 4:41 pm
Forum: Adminmod
Topic: I want to add reserve slots to my server, how can I do that?
Replies: 0
Views: 1253

I want to add reserve slots to my server, how can I do that?

You'll need to edit addons/adminmod/config/adminmod.cfg. These are the settings you'll need to change: reserve_slots <#> Controls how many of the server's slots are reserved. This is useful only if reserve_type, below, is either 0 or 2. reserve_slots_msg "<data>" This is the message shown ...
by Nick|NFo
Sun Mar 02, 2008 4:39 pm
Forum: Adminmod
Topic: I want to change the repeated messages and other settings?
Replies: 0
Views: 1002

I want to change the repeated messages and other settings?

Please edit the addons/adminmod/config/adminmod.cfg; most of the miscellaneous settings are in there, and commented very well.

You can also use Easy Setup to setup some settings as well under the Admin Mod section.
by Nick|NFo
Sun Mar 02, 2008 4:38 pm
Forum: Adminmod
Topic: I can't use admin_map command, it tells me bad mapname?
Replies: 0
Views: 1042

I can't use admin_map command, it tells me bad mapname?

Please edit addons/adminmod/config/adminmod.cfg and make sure maps_file is set to 0.
by Nick|NFo
Sun Mar 02, 2008 4:38 pm
Forum: Adminmod
Topic: Is there a limit for admin mod plugins?
Replies: 0
Views: 999

Is there a limit for admin mod plugins?

Nope. Add as many as you'd like.

Performance note: Try to keep it low, as many plugins can have bugs or performance issues.
by Nick|NFo
Sun Mar 02, 2008 4:37 pm
Forum: Adminmod
Topic: Can't use certain commands for adminmod?
Replies: 0
Views: 930

Can't use certain commands for adminmod?

If you can't use the commands admin_t or admin_ct, or admin_restartround, or admin_restrictweapon, or anything like that, you need to do the following:

Uncomment the line "addons/adminmod/scripts/plugin_CS.amx" in plugin.ini by removing the ; or # at the beginning of the line.
by Nick|NFo
Sun Mar 02, 2008 4:36 pm
Forum: Adminmod
Topic: Where is the list of all the admin mod commands?
Replies: 0
Views: 1010

Where is the list of all the admin mod commands?

This information is available from the admin mod online reference on commands.