25.03.2015, 16:08
how i can convert these variables to y_ini
i making y_ini registration and learning some conditions..
And this is my first time about that..
i making y_ini registration and learning some conditions..
And this is my first time about that..
Код:
if(dini_Exists(bancheck)) { ClearChatbox(playerid, 10); if(!strcmp(dini_Get(bancheck,"BanName"),name,true)) { SCM(playerid, COLOR_NICERED,"=======================================BANNED ======================================"); SCM(playerid, COLOR_WHITE,"This ip adress is banned."); COLOR_NICERED,"=======================================BAN INFO====================================="); format(msg2,sizeof(msg2),"Name of account is banned from this ip %s: %s",playersip, dini_Get(bancheck,"BanName")); SCM(playerid, COLOR_WHITE,msg2); format(msg2,sizeof(msg2),"Banned by: %s",dini_Get(bancheck,"BannedBy")); SCM(playerid, COLOR_WHITE,msg2); format(msg2,sizeof(msg2),"Date of ban: %s",dini_Get(bancheck,"BanDate")); SCM(playerid, COLOR_WHITE,msg2); format(msg2,sizeof(msg2),"Reason of ban: %s",dini_Get(bancheck,"BanReason")); SCM(playerid, COLOR_WHITE,msg2);