How to add dialouge to login screen.
#1

So what I am trying to do is add dialouge to my login box that says weather or not a person is a donator is there a way to do this?
Код:
public DisplayDialogForPlayer(playerid, dialogid)
{
    switch(dialogid)
    {
        case 1:
        {
            ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"{6EF83C}Login Panel","{FFFFFF}Welcome to {B700FF}GoldenCoast Gaming RP.{FFFFFF}\n\nThat name is {C9FFAB}registered.  {FFFFFF}\n\nPlease enter your {FFAF00}Password{FFFFFF} below inorder to proceed","Login","Cancel");
        }
        case 2:
        {
            ShowPlayerDialog(playerid,2,DIALOG_STYLE_PASSWORD,"{6EF83C}Registering Panel","{FFFFFF}Welcome to {B700FF}GoldenCoast Gaming RP.{FFFFFF}\n\nThas name is not{C9FFAB} registered {FFFFFF}\n\nPlease enter your {FFAF00}Password{FFFFFF} below inorder to proceed.","Register","Cancel");
        }
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)