Thread: help me please
View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-14-2021 , 00:17   Re: help me please
Reply With Quote #3

Quote:
Originally Posted by oTm4n3 View Post
That only relates to core AMX Mod X configuration files. If you want to do it for this plugin, you can do the following:
  1. Create the "addons/amxmodx/configs/users" directory.
  2. Change the location of these three files in "EliteAdminSystem_Config.cfg":
    Set the following values:
    Code:
    USERS_FILE="users/Users.ini"
    RANKS_FILE="users/Ranks.cfg"
    GAGS_FILE="users/Gags.ini"
    You need to shorten the file names because the value in this config file must be less than 31 characters.
  3. Restart your server.
  4. These files should now be created. If they didn't get created then something went wrong (and you likely will have errors in your log).
__________________
fysiks is offline