24.02.2014, 13:18
Hi, i have one problem!
I have a command /unban that does:
new INI:File = INI_Open(fstring);
INI_WriteInt(File,"Banned",0);
INI_WriteString(File,"Banreason","0");
INI_WriteString(File,"Bantime","0");
INI_WriteString(File,"Banner","0");
INI_Close(File);
But now, in my INI file there are "Banned, Banreason...", but whene i type the command /unban it makes new ones at the top, as shown here: http://prntscr.com/2vf83s
I have a command /unban that does:
new INI:File = INI_Open(fstring);
INI_WriteInt(File,"Banned",0);
INI_WriteString(File,"Banreason","0");
INI_WriteString(File,"Bantime","0");
INI_WriteString(File,"Banner","0");
INI_Close(File);
But now, in my INI file there are "Banned, Banreason...", but whene i type the command /unban it makes new ones at the top, as shown here: http://prntscr.com/2vf83s