Dialog problems
#4

pawn Код:
case LOGIN_DIALOG:
{
    if(response)////This line will called if player press button number 0
    {
        if(!strcmp(SInfo[playerid][Password], inputtext, true)) return OnPlayerLogin(playerid, inputtext);
        else return //This line will called if player put the wrong apssword
    }
    else //This line will called if player press button number 1
    return 0;
}
Reply


Messages In This Thread
Dialog problems - by Skylar Paul - 23.07.2011, 02:15
Re: Dialog problems - by =WoR=Varth - 23.07.2011, 02:24
Re: Dialog problems - by Skylar Paul - 23.07.2011, 02:28
Re: Dialog problems - by =WoR=Varth - 23.07.2011, 02:38
Re: Dialog problems - by Skylar Paul - 23.07.2011, 02:43
Re: Dialog problems - by =WoR=Varth - 23.07.2011, 02:47
Re: Dialog problems - by Skylar Paul - 23.07.2011, 02:48
Re: Dialog problems - by =WoR=Varth - 23.07.2011, 02:57

Forum Jump:


Users browsing this thread: 1 Guest(s)