help?how i remove this error?
#5

Quote:
Originally Posted by MarkenFrank1
Посмотреть сообщение
Show us more of the code, maybe we can see the problem better.
#if LoginTextDraw == false
format(Jstring, sizeof(Jstring),"Nick name \"%s\" registered.\nPlease enter your password to login", GetName(playerid));
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,"Account Login", Jstring, "Login", "Quit");
#endif
SendClientMessage(playerid,lighterblue,"Nick name is registered!");
SendClientMessage(playerid,red,"Please '/login' access your account");
}
}
if(ForbiddenNamesKick == 1 && IsForbiddenNick(playerid) == 1)
{
format(Jstring, sizeof(Jstring),"{FB0404}Your nick name \"%s\" is in blacklist. please relog\nwith a new nick name", GetName(playerid));
ShowPlayerDialog(playerid, JDIALOGS+45, DIALOG_STYLE_MSGBOX," {FB0404}Forbidden nick", Jstring, "Ok", "");
SetTimerEx("KickPlayer",200,false,"d", playerid);
format(Jstring, sizeof(Jstring),"\"%s\" has been automatically kicked | reason: 'Forbidden Name'", GetName(playerid));
SendToAdmins(orange,Jstring);
WriteToLog(Jstring,"KickLog");
Reply


Messages In This Thread
help?how i remove this error? - by PAF - 14.02.2014, 12:00
Re: help?how i remove this error? - by Brandon_More - 14.02.2014, 12:13
[No subject] - by PAF - 14.02.2014, 12:18
Re: help?how i remove this error? - by MarkenFrank1 - 14.02.2014, 12:46
Re: help?how i remove this error? - by PAF - 14.02.2014, 12:49
Re: help?how i remove this error? - by PAF - 15.02.2014, 05:16
Re: help?how i remove this error? - by ShaneOvSina - 15.02.2014, 05:19
Re: help?how i remove this error? - by PAF - 15.02.2014, 05:26
Re: help?how i remove this error? - by SickAttack - 15.02.2014, 05:42
Re: help?how i remove this error? - by PAF - 15.02.2014, 05:56

Forum Jump:


Users browsing this thread: 1 Guest(s)