04.08.2011, 20:55
i want to do that when player register,Then it's show him the login dialog.
and i want that when player try to login and the pass incorrect the login dialog will show him 3 times
and then he get kick..
and i want that when player try to login and the pass incorrect the login dialog will show him 3 times
and then he get kick..
PHP код:
if (!dini_Exists(file))
{
ShowPlayerDialog(playerid,2009,DIALOG_STYLE_INPUT,"Register","Type your password below in order to register to the server.","Register","Cancel");
}
if(fexist(file))
{
ShowPlayerDialog(playerid,2010,DIALOG_STYLE_INPUT,"Login","Type your password below in order to login to the server.","Login","Cancel");
}