Dialog Box Registration
#2

That Code is VERY messed up! You don't go "
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
        if(RegistrationStep[playerid] > 0)
It should be: "
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
        if(dialogid == 1)
        {
         if(RegistrationStep[playerid] == 3)
Just thought I should point that out.
Reply


Messages In This Thread
Dialog Box Registration - by GAGS25 - 24.04.2011, 19:03
Re: Dialog Box Registration - by [UG]Scripter - 24.04.2011, 19:10
Re: Dialog Box Registration - by GangsTa_ - 24.04.2011, 19:21
Re: Dialog Box Registration - by GAGS25 - 24.04.2011, 19:37
Re: Dialog Box Registration - by [UG]Scripter - 24.04.2011, 19:44
Re: Dialog Box Registration - by GAGS25 - 24.04.2011, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)