switched to log_amx() | changed configs dir

This commit is contained in:
Felix Geyer
2004-03-04 20:16:45 +00:00
parent e52a377370
commit c3616b67b1
14 changed files with 81 additions and 101 deletions

View File

@ -366,9 +366,9 @@ public plugin_init(){
#if defined MAPSETTINGS
new mapname[32]
get_mapname(mapname,31)
build_path( g_saveFile , 63 , "$basedir/weaprest_%s.ini" ,mapname )
build_path( g_saveFile , 63 , "$basedir/configs/weaprest_%s.ini" ,mapname )
#else
build_path( g_saveFile , 63 , "$basedir/weaprest.ini" )
build_path( g_saveFile , 63 , "$basedir/configs/weaprest.ini" )
#endif
loadSettings(g_saveFile)
}