[Help] Selectable Player Textdraws Problem
#1

So I have a problem with player textdraws. I 've made a register system with player clickable textdraws and when I click a textdraw it shows another dialog instead of the one I made to show.
And also only the registration textdraws are shown, but It opens the dialog of login when I click the registration textdraw.This is really confusing me.Doest it affect maybe cause the textdraws are on same place ?

Here are the codes:

pawn Code:
if(playertextid == Registration[playerid]){
    ShowPlayerDialog(playerid,DIALOG_REGISTER,DIALOG_STYLE_PASSWORD,"Please enter your password","Enter a Password below","Enter","Close");
    }

pawn Code:
if(playertextid == LogIN[playerid]){
    ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Close");
    }
What could be the problem ?
Reply


Messages In This Thread
[Help] Selectable Player Textdraws Problem - by luis_mendoza - 25.06.2014, 12:39
Respuesta: [Help] Selectable Player Textdraws Problem - by adri1 - 26.06.2014, 00:37
Respuesta: [Help] Selectable Player Textdraws Problem - by adri1 - 26.06.2014, 00:44
Re: [Help] Selectable Player Textdraws Problem - by luis_mendoza - 26.06.2014, 00:52

Forum Jump:


Users browsing this thread: 1 Guest(s)