AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   help me please (https://forums.alliedmods.net/showthread.php?t=334299)

oTm4n3 09-13-2021 19:37

help me please
 
8 Attachment(s)
hello
i just want to change directory .ini place To
cstrike/addons/amxmodx/configs/users/EliteAdminSystem_Users.ini
cstrike/addons/amxmodx/configs/users/EliteAdminSystem_Ranks.cfg
cstrike/addons/amxmodx/configs/users/EliteAdminSystem_Gags.ini
default files was in
cstrike/addons/amxmodx/configs/EliteAdminSystem_Users.ini
cstrike/addons/amxmodx/configs/EliteAdminSystem_Ranks.cfg
cstrike/addons/amxmodx/configs/EliteAdminSystem_Gags.ini
Sma Files:

oTm4n3 09-13-2021 19:40

Re: help me please
 
https://forums.alliedmods.net/archiv.../t-261273.html

fysiks 09-14-2021 00:17

Re: help me please
 
Quote:

Originally Posted by oTm4n3 (Post 2757714)

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).

oTm4n3 09-14-2021 09:30

Re: help me please
 
Quote:

Originally Posted by fysiks (Post 2757736)
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!]


All times are GMT -4. The time now is 18:36.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.