.3. Go to SRDCS\cstrike\addons\metamod and open metaplugins.ini using Wordpad or Notepad. Add there this line:
This is it. You have installed Sourcemod.
Adding Sourcemod Admins
There are two ways of adding the admins in Sourcemod: the simple way and the more complex one. We will show you the easier way.
Go to SRCDS\cstrike\addons\sourcemod\configs and open admins_simple.ini using Wordpad or Notepad . SRCDS is the main directory of your server. If you want the full admin with high imunity add a line like this :
"!79.116.220.225" "99:z" - for ip admin ( Don`t forget the ! character )
"STEAM_0:1:16" "z" - for steam id admin
"NAME" "z" "pass" -for name admin
In case you chose the name admin, you will have to type the setinfo line in game before you connect to the server: setinfo _password pass where:
-the _password is your key set in core.cfg (SRCDS\cstrike\addons\sourcemod\configs) by the cvar "PassInfoVar" (you can change the _password value if you like).
-the pass is your password set in admins_simple.ini