04.08.2013, 20:04
Alright so i have been trying multiple ways of making a CMD which unbans IP's from samp.ban but the IP from my scriptfiles .sav is there but it aint going in the string, Does anyone know how to fix this?
Код:
format(file, 128, "/LuxAdmin/Accounts/%s.sav", params); format(string1, sizeof(string1), "unbanip %s", dini_Int(file, "Ip")); SendRconCommand(string1);