No login box
#1

When I log into my server there is no login box and none of the commands show up. I updated my streamer.so and I still wont work. Please help
Reply
#2

pawn Код:
new Spielerdatei[64];
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    format(Spielerdatei,sizeof(Spielerdatei),"/Accounts/%s.txt",name);
    if(dini_Exists(Spielerdatei))
    {
        ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYLE_INPUT,"Login","Welcome! Please Login!","Login","Exit");
    }
    else
    {
        ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_INPUT,"Register","Welcome! Please Register!","Register","Exit");
    }
Reply
#3

Check youre server Log if you get erro 17 then youre streamer dosent work to youre script...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)