Need help with this please. +Rep
#3

Quote:
Originally Posted by Sufyan
Посмотреть сообщение
show me Command code..
All the command does is show the dialog.
pawn Код:
COMMAND:cshop(playerid, params[])
{
    if(PlayerInfo[playerid][pCookies]>=2)
    {
        ShowPlayerDialog(playerid, 255, DIALOG_STYLE_LIST, "Cookies Shop.", "Temporary VIP Package. Lasts 15 minutes. (5 Cookies)", "Accept", "Exit");
    }
    else SendClientMessage(playerid, COLOR_BRIGHTRED, "You need at least 2 cookies to open the Cookies Shop.");
    return 1;
}
Reply


Messages In This Thread
Need help with this please. +Rep - by rangerxxll - 08.03.2012, 02:32
Re: Need help with this please. +Rep - by Sufyan - 08.03.2012, 03:14
Re: Need help with this please. +Rep - by rangerxxll - 08.03.2012, 03:16
Re: Need help with this please. +Rep - by Shabi RoxX - 08.03.2012, 04:47
Re: Need help with this please. +Rep - by arathin - 08.03.2012, 05:21

Forum Jump:


Users browsing this thread: 1 Guest(s)