[REQUEST] Please help me how to add menu for drinks?
#6

Код:
if(!strcmp(cmdtext, "/drinks", true))
{
if(IsPlayerInRangeOfPoint(playerid, 10, X,Y,Z)) // replace X,Y,Z, with the co-ordinates u want
{
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "What is it that you want?", "Sprunk ($1)\nBeer ($2)\nWine ($3)", "Purchase", "Cancel");
}
    return 1;
}
thats the InRangeOfPoint version
Reply


Messages In This Thread
[REQUEST] Please help me how to add menu for drinks? - by GBLTeam - 06.09.2010, 14:04
Re: [REQUEST] Please help me how to add menu for drinks? - by pmk1 - 06.09.2010, 14:39
Re: [REQUEST] Please help me how to add menu for drinks? - by GBLTeam - 06.09.2010, 15:43
Re: [REQUEST] Please help me how to add menu for drinks? - by Mike_Peterson - 06.09.2010, 17:19
Re: [REQUEST] Please help me how to add menu for drinks? - by GBLTeam - 06.09.2010, 17:57
Re: [REQUEST] Please help me how to add menu for drinks? - by Mike_Peterson - 06.09.2010, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)