Download from here halflife-admin-2.50.60-win.rar Extract it anywhere (right click on it> extract here). We have a new folder called Adminmod. In it, double click on install_admin.vbs. Press OK then ask you where to install it.Probably will found more tag's but we're interested in C: \ HLDS so we write in the box, the number for C: \ HLDS \ hlds.exe.
For ex. for 2) Dedicated Server (C: \ HLDS) we write in box 2 and press OK. Then we chose the MOD want to install.Write in the box 1 (for cstrike). OK and that's it
Attention! Very important is that after installation in HLDS \ cstrike \ addons \ adminmod \ config \ plugin.ini and seek there the following line: # addons / adminmod / scripts / plugin_CS.amx
then to delete #, so we have:
addons / adminmod / scripts / plugin_CS.amx , so absolutely no # in front!
Minimum Configuration AdminMod
Go in C: \ HLDS \ cstrike \ addons \ adminmod \ config. Here we have some files that require our attention.Adminmod.cfg begin with that we open with WordPad. Right click on it, open with. WordPad. Even if they explained each one, I will try to explain myself, they do briefly some of them.
admin_balance_teams - not interested, leave it 0
admin_bot_protection - if it is set to 0 and running a server with bots, the admins able to slay, kick, ban, bot.
admin_connect_msg - this is the message a player on the screen after it connected.
admin_cs_restrict - preferably 1 to restrict the weapons in the game. (Anti-apasaci)
admin_debug - We work, we let 0
admin_fun_mode - preferably leave it 0. This cvar will make the players to shine in a color (blue glow).
admin_fx - 1. Special Effects.
admin_gag_name - 0 or 1 depending on preference.
admin_gag_sayteam - just.
admin_highlander - should be left as 0. If we get 1, only one admin, the largest, will have access to commands.For example, if the server are 3 admins, most remain, and the other 2 will only slots.
admin_ignore_immunity - depends on taste. If is 1, admins, moderators and other players with immunity can give / slay, kick, ban, etc. between them.
admin_repeat_msg - A message appears in green on the screen every few minutes.
admin_quiet - if 0, the commands will appear with the admin nick. If you get one, but commands will appear instead of the admin will only appear "Admin" and if you 2 commands will not appear at all.
allow_client_exec - Necessarily 1! That can force the players to execute any command (quit etc)
password_field - the most important cvar. What we here are admins must write in console before connecting to the server. For ex. If we _password, the admin gigi with the password gigi123 must write in console gigi after that setinfo name _password gigi123 before connecting to our server.
reserve_slots - Here we have reserved seats each server. Pass around 2-3. The admin and reserved slots to connect when the server is full.
reserve_type - Let 0. It's the best. If you are curious about what makes adminmod read the manual.
admin_balance_teams - not interested, leave it 0
admin_bot_protection - if it is set to 0 and running a server with bots, the admins able to slay, kick, ban, bot.
admin_connect_msg - this is the message a player on the screen after it connected.
admin_cs_restrict - preferably 1 to restrict the weapons in the game. (Anti-apasaci)
admin_debug - We work, we let 0
admin_fun_mode - preferably leave it 0. This cvar will make the players to shine in a color (blue glow).
admin_fx - 1. Special Effects.
admin_gag_name - 0 or 1 depending on preference.
admin_gag_sayteam - just.
admin_highlander - should be left as 0. If we get 1, only one admin, the largest, will have access to commands.For example, if the server are 3 admins, most remain, and the other 2 will only slots.
admin_ignore_immunity - depends on taste. If is 1, admins, moderators and other players with immunity can give / slay, kick, ban, etc. between them.
admin_repeat_msg - A message appears in green on the screen every few minutes.
admin_quiet - if 0, the commands will appear with the admin nick. If you get one, but commands will appear instead of the admin will only appear "Admin" and if you 2 commands will not appear at all.
allow_client_exec - Necessarily 1! That can force the players to execute any command (quit etc)
password_field - the most important cvar. What we here are admins must write in console before connecting to the server. For ex. If we _password, the admin gigi with the password gigi123 must write in console gigi after that setinfo name _password gigi123 before connecting to our server.
reserve_slots - Here we have reserved seats each server. Pass around 2-3. The admin and reserved slots to connect when the server is full.
reserve_type - Let 0. It's the best. If you are curious about what makes adminmod read the manual.
You will notice that some variables we have not passed. This means that it is recommended to leave them as they are.
Adding / deleting admins in Admin Mode
Users.ini open WordPad. Here we name and administrator passwords, followed by access to the server. Let's say we want to do an admin with maximum access gigi name and password gigi123. Get in users.ini this line:
Code:
gigi: gigi123: 131071
Code:
gigi: gigi123: 131071
If you want to ask an admin to access lower level, open Admin Manual mode (to install a desktop shortcut when installation adminmod and there go to Admin Mod Reference, and access levels, where you choose then give access levels calculated. Manufacturer will result in users.ini there you go.
ATTENTION! If you tried to login with setinfo _password your password and will not go commands, connect to the server with the name of users.ini admin console and type in your password in users.ini admin_passworld.
Install Admin Mod plugins
To install Admin Mod plugins first check in HLDS \ cstrike \ addons \ adminmod if we all folders. We are interested in special folder "scripting". If not, then download adminmod.rar here , it dezarhvam and copy the folder "scripting" in HLDS \ cstrike \ addons \ adminmod. If you did install the server using the server's autoinstaller created dedicated server installation tutorial page , then this folder will not be there, so it must be copied manually. Caution! in adminmod.zip there are several folders that may be useful (tools and docs) and they can be copied "adminmod."
Admin Mod plugins downloaded from here . Unzip them and copy sma sites in HLDS \ cstrike \ addons \ adminmod \ scripting \ myscripts. Here's an executable "compile_all". After I copied all sma's, give compile_all double click and it will compile them all. Now go in HLDS \ cstrike \ addons \ adminmod \ scripting \ Mybinaries, where we find sites amx plugins that you have compiled. Copy from there in HLDS \ cstrike \ addons \ adminmod \ scripts. Last thing we need to do is edit the plugin.'re Going in HLDS \ cstrike \ addons \ adminmod \ config \ plugin.ini where we add in the are there next line addons / adminmod / scripts / plugin_nume.amx (eg matrix plugin we addons / adminmod / scripts / plugin_matrix.amx). If the server was started then must be restarted for plugins to work.
To check which plugins works give admin_version and will appear in the console list.
Admin Mod plugins downloaded from here . Unzip them and copy sma sites in HLDS \ cstrike \ addons \ adminmod \ scripting \ myscripts. Here's an executable "compile_all". After I copied all sma's, give compile_all double click and it will compile them all. Now go in HLDS \ cstrike \ addons \ adminmod \ scripting \ Mybinaries, where we find sites amx plugins that you have compiled. Copy from there in HLDS \ cstrike \ addons \ adminmod \ scripts. Last thing we need to do is edit the plugin.'re Going in HLDS \ cstrike \ addons \ adminmod \ config \ plugin.ini where we add in the are there next line addons / adminmod / scripts / plugin_nume.amx (eg matrix plugin we addons / adminmod / scripts / plugin_matrix.amx). If the server was started then must be restarted for plugins to work.
To check which plugins works give admin_version and will appear in the console list.
0 comments:
Post a Comment