changed amx_default_access to "z"
This commit is contained in:
parent
31b83cf76b
commit
983356c77e
|
@ -2,7 +2,7 @@
|
||||||
echo Executing AMX Configuration File
|
echo Executing AMX Configuration File
|
||||||
|
|
||||||
// Default access for all non admin players (see users.ini for access details)
|
// Default access for all non admin players (see users.ini for access details)
|
||||||
amx_default_access ""
|
amx_default_access "z"
|
||||||
|
|
||||||
// Name of setinfo which should store a password on a client
|
// Name of setinfo which should store a password on a client
|
||||||
// (Example: setinfo _pw "password")
|
// (Example: setinfo _pw "password")
|
||||||
|
@ -67,4 +67,3 @@ amx_extendmap_max 90
|
||||||
|
|
||||||
// Step for each extending
|
// Step for each extending
|
||||||
amx_extendmap_step 15
|
amx_extendmap_step 15
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user