02.09.2014, 08:51
Quote:
I don't know how to remove something from a list, I'll try to search for an answer, I'll reply if I found one.
Here's another idea: How about making a new folder called something like "bannedips" and then listing every IP as a new txt file. Then if you want to unban, fremove. He wants to know how to remove an IP from a whole list of IPs. |
pawn Код:
new
INI:ini = INI_Open("myini.ini");
INI_RemoveEntry(ini, "NAME");
INI_Close(ini);