[Question] How to make this in dialog?
#3

pawn Код:
if(strcmp(cmd, "/pravila", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            ShowPlayerDialog(playerid,12321,DIALOG_STYLE_MSGBOX,"Write everything in here!!!","Ok","Cancel"
}
        return 1;
    }
then go down to onplayerdialog or somethin at the very bottom and write
pawn Код:
if(dialogid == 12321)
{
if(response)
{
}
else
{
}
return 1;
}
sorry untested, i just made it up quickly it should work though
Reply


Messages In This Thread
[Question] How to make this in dialog? - by GBLTeam - 30.08.2010, 12:25
Re: [Question] How to make this in dialog? - by Sascha - 30.08.2010, 12:34
Re: [Question] How to make this in dialog? - by mrcoolballs - 30.08.2010, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)