teleport and weapons menu help !!!
#9

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (!strcmp(cmdtext, "/teleport", true))
    {
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Teleport Menu", "DM Area\nStunt Area\nRace Area\nDrift Area\nAdmin Area", "Select", "Cancel");
        return 1;
    }
    return 0;
}
And...
pawn Код:
if(dialogid == 1)
Reply


Messages In This Thread
teleport and weapons menu help !!! - by [Lsrcr]Rafa - 04.09.2010, 16:05
Re: teleport and weapons menu help !!! - by willsuckformoney - 04.09.2010, 16:16
Re: teleport and weapons menu help !!! - by [Lsrcr]Rafa - 04.09.2010, 16:31
Re: teleport and weapons menu help !!! - by [Lsrcr]Rafa - 04.09.2010, 16:36
Re: teleport and weapons menu help !!! - by willsuckformoney - 04.09.2010, 16:42
Re: teleport and weapons menu help !!! - by [Lsrcr]Rafa - 04.09.2010, 16:44
Re: teleport and weapons menu help !!! - by willsuckformoney - 04.09.2010, 16:48
Re: teleport and weapons menu help !!! - by [Lsrcr]Rafa - 04.09.2010, 16:49
Re: teleport and weapons menu help !!! - by Vandooz - 04.09.2010, 16:50
Re: teleport and weapons menu help !!! - by [Lsrcr]Rafa - 04.09.2010, 16:51

Forum Jump:


Users browsing this thread: 3 Guest(s)