dialog help
#1

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..
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");
    } 
Reply


Messages In This Thread
dialog help - by marik1599 - 04.08.2011, 20:55
Re: dialog help - by =WoR=Varth - 05.08.2011, 00:46
Re: dialog help - by marik1599 - 05.08.2011, 14:33
Re: dialog help - by MadeMan - 05.08.2011, 14:44
Re: dialog help - by marik1599 - 05.08.2011, 14:49
Re: dialog help - by MadeMan - 05.08.2011, 14:54
Re: dialog help - by marik1599 - 05.08.2011, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)