11.01.2019, 19:04
hi lads,
i am wondering how I can convert DOF2 TO Y_INI?
How can I convert this to y_ini?
sorry for noob question...
i am wondering how I can convert DOF2 TO Y_INI?
pawn Код:
if(DOF2_FileExists(DOF2_File(PlayerName2(playerid))) && DOF2_GetInt(DOF2_File(PlayerName2(playerid)), "Banned") == 1)
{
SCM(playerid, red, "Alert: This name is banned from this server!");
format(string,sizeof(string),"|- Player %s (Id:%d) has been Automatically Kicked. | Reason: Name Banned! -|",PlayerName,playerid);
SCMTA(red, string); print(string);
SaveIn("KickLog",string); Kick(playerid);
}
sorry for noob question...