[YSI] Command ban help
#3

"LoadBan_%s" and "LoadBan_data" tell you that you MUST have "data" tag in your ini file. So,
pawn Код:
new INI:Fi = INI_Open(BanPath(playerid));
INI_WriteInt(Fi,"Ip", GetPlayerIp(playerid, plrIP, 64));
replace with
pawn Код:
new INI:Fi = INI_Open(BanPath(playerid));
INI_SetTag(Fi, "data");
INI_WriteInt(Fi,"Ip", GetPlayerIp(playerid, plrIP, 64));
Reply


Messages In This Thread
[YSI] Command ban help - by Mivco - 28.01.2017, 20:02
Re: [YSI] Command ban help - by Mivco - 29.01.2017, 12:29
Re: [YSI] Command ban help - by Misiur - 29.01.2017, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)