Quote:
Originally Posted by sami_spt
|
or simply use amxx default settings already accessible...
amxx.cfg
Code:
// 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
this will auto kick anyone NOT in the users.ini file...
add the players steam ids into users.ini file like so.
__________________