farasat_ali_2003 • PM |
Jun 27, 2014 8:15 PM
|
![]() Posts: 4 |
Hi,
I want to restrict access to my counter strike 1.6 server, actually I only want to allow some of limited users to connect to my gaming server with password/authentication/restriction or any kind of user restriction individually given to each user, like separate passwords for each user. please help me out to sort this as it is needed urgently. thanks. |
b0untyhunter • PM |
Jun 28, 2014 12:13 AM
|
![]() Posts: 183 |
Why you don't set password on your server ?
|
farasat_ali_2003 • PM |
Jun 28, 2014 10:35 AM
|
![]() Posts: 4 |
if I set a password on server then every player will have the same password, I want to issue separate and different password or any other type of authentication to each player.
|
b0untyhunter • PM |
Jun 28, 2014 11:09 AM
|
![]() Posts: 183 |
Yes. You can do it with amxx plugins.
Go to cstrike/addons/amxmodx/configs/users.ini ![]() Set players name and player's password. Make sure don't give any other flags except "r" flag. Now, You have to give passwords to the players and players has to use "setinfo _pw <players_password>" command on the console. If the password is wrong then they will be kicked! Thanks! |
farasat_ali_2003 • PM |
Jun 29, 2014 5:51 PM
|
![]() Posts: 4 |
Thanks for the Help, I did as you said but the problem is that only those users have to enter password that as listed in the user.ini file, and any other user with the name not listed in the user.ini file can still connect and play on the server.
Please help me out to solve this issue. |
b0untyhunter • PM |
Jun 29, 2014 11:47 PM
|
![]() Posts: 183 |
Go to the amxx.cfg and change this value :
![]() |
farasat_ali_2003 • PM |
Jun 30, 2014 4:55 AM
|
![]() Posts: 4 |
![]() the above mentioned method works by setting amx_mod to 2 in the amxx.cfg file. // Mode of logging to a server // 0 - disable logging, players won't be checked (and access won't be set) // 1 - normal mode which obey flags set in accounts // 2 - kick all players not on list // // Default value: 1 amx_mode 2 |
b0untyhunter • PM |
Jun 30, 2014 6:20 AM
|
![]() Posts: 183 |
yes!
|
glakra • PM |
Jul 29, 2014 2:18 PM
|
![]() Posts: 3 |
b0untyhunter wrote: Hi, Is there a way to restrict access to CS:GO server? I am trying to st up a Tournament, but I am wondering how to set up user restriction. Password authentication would be the the best however any other suggestions would also be fine. |
glakra • PM |
Jul 29, 2014 2:31 PM
|
![]() Posts: 3 |
Could you please elaborate how this can be achieved?
|