Cookieshop
#8

like this?

pawn Код:
CMD:trade(playerid, params[])
{
    if(!IsPlayerInRangeOfPoint(playerid,20.0,-103.9105,-22.3268,1000.7188))
    {
        SendClientMessageEx(playerid, COLOR_GRAD2, "   You are not at the Cookie shop!");
        return 1;
    }
    ShowPlayerDialog(playerid, SHOPMENU, DIALOG_STYLE_LIST, "Cookie Shop", "Neon        50\nWeapon set      10\n    $500", "Buy", "Cancel");
    return 1;
}
then:

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == SHOPMENU)
    {
       //add your stuff here
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Cookieshop - by muio223 - 19.05.2012, 00:25
Re: Cookieshop - by SnG.Scot_MisCuDI - 19.05.2012, 01:22
Re: Cookieshop - by muio223 - 19.05.2012, 01:33
Re: Cookieshop - by iGetty - 19.05.2012, 01:35
Re: Cookieshop - by muio223 - 19.05.2012, 02:44
Re: Cookieshop - by Pizzy - 19.05.2012, 02:48
Re: Cookieshop - by muio223 - 19.05.2012, 05:28
Re: Cookieshop - by Flake. - 19.05.2012, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)