Thread: Mapchooser4
View Single Post
James
Senior Member
Join Date: Dec 2004
Old 01-08-2007 , 04:59   Re: Mapchooser4
Reply With Quote #21

When I running 2 hlds (with different maplists) from one directory, will be both server's historys (maphist.ini) different? I read a code a little and i dont think so. If I wrong I apologize, if not I suggest

Code:
format(g_maphistFile, 63, "%s/maphist.ini", g_maphistFile)
change to
Code:
new hostname[63]
get_cvar_string("hostname",hostname,63)
...
format(g_maphistFile, 63, "%s/%s/maphist.ini", g_maphistFile,hostname)

Last edited by James; 01-08-2007 at 05:02.
James is offline