Cookieshop
#3

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;
}
Like that
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: 2 Guest(s)