Difference between revisions of "Counter Strike How to sign up for AMX"

From 4netplayers Support Wiki
Jump to: navigation, search
(Created page with "{{LP-Banner-CS16}} If you don't set the accountflag e in the '''Advanced Mode''', you have to make some settings on your own PC, otherwise you will be kicked from your own se...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
If you don't set the accountflag e in the '''Advanced Mode''', you have to make some settings on your own PC, otherwise you will be kicked from your own server by AMX. <br>
 
If you don't set the accountflag e in the '''Advanced Mode''', you have to make some settings on your own PC, otherwise you will be kicked from your own server by AMX. <br>
Wie Du dich als Admin eintragen kannst, ist [[Counter_Strike_Wie_füge_ich_Admins_bei_AMX_Mod_hinzu|HIER]] beschrieben.<br>
+
How to add yourself as admin is described '''[https://wiki.4netplayers.com/en/Counter_Strike_How_to_add_admins_to_AMX_Mod HERE]'''.<br>
 
You still have to authenticate yourself to AMX. <br>
 
You still have to authenticate yourself to AMX. <br>
 
There are two ways to do this:<br>
 
There are two ways to do this:<br>
  
1. in autoexec.cfg you can add the setinfo "_pw" "xxx" (xxx stands for the password set for this user) to an empty line and it will be detected automatically when connecting to the server.<br>  
+
1. in autoexec.cfg you can add the <code>setinfo "_pw" "xxx"</code> (xxx stands for the password set for this user) to an empty line and it will be detected automatically when connecting to the server.<br>  
 
However, this is not so ideal from a security point of view, as the password is sent to all servers, not just your own.<br><br>
 
However, this is not so ideal from a security point of view, as the password is sent to all servers, not just your own.<br><br>
  
2. in config.cfg you can add the setinfo "_pw" "xxx" (xxx stands for the password set for this user) to an empty line and it will be recognized automatically when connecting to the server.<br>  
+
2. in config.cfg you can add the <code>setinfo "_pw" "xxx"</code> (xxx stands for the password set for this user) to an empty line and it will be recognized automatically when connecting to the server.<br>  
 
Like the autoexec.cfg you can find the config.cfg in the folder where the game was installed at home (e.g. C:\Games\Steam\...).  
 
Like the autoexec.cfg you can find the config.cfg in the folder where the game was installed at home (e.g. C:\Games\Steam\...).  
  
 
[[Category:Counter_Strike]]
 
[[Category:Counter_Strike]]
 
[[Category:43]]
 
[[Category:43]]
[[EN:Counter Strike How to sign up for AMX]]
 
 
[[de:Counter Strike Wie melde ich mich bei AMX an]]
 
[[de:Counter Strike Wie melde ich mich bei AMX an]]
 +
[[FR:Counter Strike Comment s'inscrire à l'AMX]]

Latest revision as of 15:34, 1 April 2021

Rent a Counter Strike 1.6 server
Rent your own Counter Strike 1.6 server now at 4Netplayers.com

If you don't set the accountflag e in the Advanced Mode, you have to make some settings on your own PC, otherwise you will be kicked from your own server by AMX.
How to add yourself as admin is described HERE.
You still have to authenticate yourself to AMX.
There are two ways to do this:

1. in autoexec.cfg you can add the setinfo "_pw" "xxx" (xxx stands for the password set for this user) to an empty line and it will be detected automatically when connecting to the server.
However, this is not so ideal from a security point of view, as the password is sent to all servers, not just your own.

2. in config.cfg you can add the setinfo "_pw" "xxx" (xxx stands for the password set for this user) to an empty line and it will be recognized automatically when connecting to the server.
Like the autoexec.cfg you can find the config.cfg in the folder where the game was installed at home (e.g. C:\Games\Steam\...).