How to Respawn Dialog
#4

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch (dialogid)
    {
        case YOUR_DIALOG_ID:
        {
            switch (listitem)
            {
                case 0 :
                {
                    //GiveWeapon
                    ShowPlayerDialog(playerid,YOUR_DIALOG_ID,DIALOG_STYLE_LIST,"Weapons","Brass Knuckes\nAnd SO ON","Buy","Exit");
                }
                case 1:
                {
                    //GiveWeapon
                    ShowPlayerDialog(playerid,YOUR_DIALOG_ID,DIALOG_STYLE_LIST,"Weapons","Brass Knuckes\nAnd SO ON","Buy","Exit");
                }
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
How to Respawn Dialog - by Youtube12 - 15.07.2012, 22:52
Re: How to Respawn Dialog - by Toreno - 15.07.2012, 22:54
AW: How to Respawn Dialog - by Youtube12 - 15.07.2012, 23:42
Re: How to Respawn Dialog - by [MM]RoXoR[FS] - 16.07.2012, 03:15
AW: Re: How to Respawn Dialog - by Youtube12 - 16.07.2012, 11:38
Re: AW: Re: How to Respawn Dialog - by [MM]RoXoR[FS] - 16.07.2012, 11:44
AW: Re: AW: Re: How to Respawn Dialog - by Youtube12 - 16.07.2012, 12:07
Re: How to Respawn Dialog - by [MM]RoXoR[FS] - 16.07.2012, 12:20
Re: How to Respawn Dialog - by Andi_Evandy - 16.07.2012, 12:28
AW: Re: How to Respawn Dialog - by Youtube12 - 16.07.2012, 12:33

Forum Jump:


Users browsing this thread: 3 Guest(s)