nothing important

This commit is contained in:
Felix Geyer
2004-03-05 19:30:29 +00:00
parent b217f4d0c7
commit 79e0d80d4d
4 changed files with 73 additions and 58 deletions

View File

@ -93,13 +93,14 @@ stock is_running(const arg[]) {
stock build_path( path[] , len , {Float,_}:... ) {
new basedir[32]
get_localinfo( "amx_basedir", basedir , 31 )
get_localinfo( "amxx_basedir", basedir , 31 )
format_args( path , len , 2 )
return replace( path , len , "$basedir", basedir )
}
stock get_basedir( name[], len )
return get_localinfo( "amx_basedir", name , len )
return get_localinfo( "amxx_basedir", name , len )
/* use log_amx() instead */
stock get_logfile( name[], len )
return get_time("admin%m%d.log",name,len)