Dialog question
#4

pawn Код:
CMD:slap(playerid,params[])
{
    ShowPlayerDialog(playerid, //blahblahblah
}

public OnDialogResponse(//more blah)
{
    if(dialogid == DIALOG_BLAH)
    {
        new id = GetPlayerIdFromName(inputtext);
        Slap(id);
Reply


Messages In This Thread
Dialog question - by Rabea - 26.06.2015, 09:53
Re: Dialog question - by Sellize - 26.06.2015, 10:14
Re: Dialog question - by Rabea - 26.06.2015, 10:23
Re: Dialog question - by [XST]O_x - 26.06.2015, 10:31
Re: Dialog question - by Rabea - 26.06.2015, 10:39
Re: Dialog question - by [XST]O_x - 26.06.2015, 10:51
Re: Dialog question - by Rabea - 26.06.2015, 10:55
Re: Dialog question - by liquor - 26.06.2015, 11:05
Re: Dialog question - by Rabea - 26.06.2015, 12:05
Re: Dialog question - by Prokill911 - 26.06.2015, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)