30.05.2012, 10:10
Quote:
OK, well show us the code you tried. If "settings.ini" is a constant file name, it's much simpler as you can use "INI_Load" instead of "INI_ParseFile".
|
Settings.ini is the server stats file,where all stats are saved (like total kicks,bans,accounts).
pawn Code:
INI_Int("TotalBans",TotalBans);
INI_WriteInt(settings.txt,"TotalBans",TotalBans);