Thread: help me please
View Single Post
oTm4n3
Member
Join Date: Jul 2021
Old 09-14-2021 , 09:30   Re: help me please
Reply With Quote #4

Quote:
Originally Posted by fysiks 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).
Thank You sire ! [SLOVED!]
oTm4n3 is offline