19.05.2012, 09:33
I'm tryin' to do this:
But this function isn't declared, as I thought it is! So what shall I do now; how to declare it? Or if not, how could I use the same just with INI_"WriteString"?
pawn Код:
format(string, sizeof string, "%d|%d|%d|%s|%s|Banned by *SYSTEM* for %s", day, month, year, ip, giveplayer, reason);
INI_WriteStringEx("LuxAdmin/Config/TempBans.ban", ip, string);