AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [HELP] How can I get the logs dir? (https://forums.alliedmods.net/showthread.php?t=244690)

XControlX 07-22-2014 10:49

[HELP] How can I get the logs dir?
 
How can i get the logs dir?
Code:

addons/amxmodx/logs
I mean like getting configs dir:
Code:

get_localinfo( "amxx_configsdir", ... );

HamletEagle 07-22-2014 11:19

Re: [HELP] How can I get the logs dir?
 
PHP Code:


amxx_logdir addons
/amxmodx/logs
amxx_configsdir addons
/amxmodx/configs
amxx_datadir addons
/amxmodx/data
amxx_modules addons
/amxmodx/configs/modules.ini
amxx_plugins addons
/amxmodx/configs/plugins.ini
amxx_pluginsdir addons
/amxmodx/plugins
amxx_modulesdir addons
/amxmodx/modules
amxx_vault addons
/amxmodx/data/vault.ini
csstats_score addons
/amxmodx/data/csstats.amxx
csstats addons
/amxmodx/data/csstats.dat 

https://forums.alliedmods.net/showthread.php?t=40946


All times are GMT -4. The time now is 13:19.

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