hardcoded pathes

This commit is contained in:
Felix Geyer
2004-03-09 15:53:40 +00:00
parent 31f59ea92e
commit 0bdc09d3d9
12 changed files with 25 additions and 48 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/configs/weaprest_%s.ini" ,mapname )
build_path(g_saveFile,63,"addons/amxx/configs/weaprest_%s.ini",mapname)
#else
build_path( g_saveFile , 63 , "$basedir/configs/weaprest.ini" )
build_path(g_saveFile,63,"addons/amxx/configs/weaprest.ini")
#endif
loadSettings(g_saveFile)
}