~ The List of All My Bugs ~
#6

Quote:
Originally Posted by MadeMan
View Post
1. Try this code and see what messages you get.
pawn Code:
if(strcmp(cmd, "/drink", true) == 0)
    {
        SendClientMessage(playerid, -1, "/drink");
        if(IsAtBar(playerid))
        {
            if(PlayerDrunk[playerid] < 10)
            {
                SendClientMessage(playerid, -1, "ShowPlayerDialog");
                ShowPlayerDialog(playerid, 10, DIALOG_STYLE_LIST, "Drink Menu", "Beer($6)\nVodka($10)\nWhiskey($15)\nWine($10)\nTequila($20)\nWather($2)\nSoda($2)\nCoca-Cola($5)\nSchweppes($5)\nPrigat($7)\nFanta($7)\nSprite($7)\nCaffe($3)\nCocktail($7)","Buy", "Cancel");
                return 1;
            }
            else
            {
                SendClientMessage(playerid, COLOR_WHITE, " You can't drink anymore, you will throw up !");
                return 1;
            }
        }
        else
        {
            SendClientMessage(playerid, COLOR_WHITE,"You are not at bar");
            return 1;
        }
    }
2. You have to log in after you register.

3. Do you have /accept command?

1. LOL, It's don't showing me any message !
2. I can't fix this ?
3. The /accept command does not exist !
Reply


Messages In This Thread
~ The List of All My Bugs ~ - by MrBlake - 30.07.2011, 09:09
Re: ~ The List of All My Bugs ~ - by MrBlake - 30.07.2011, 09:15
Re: ~ The List of All My Bugs ~ - by Gray - 30.07.2011, 09:21
Re: ~ The List of All My Bugs ~ - by MrBlake - 30.07.2011, 09:22
Re: ~ The List of All My Bugs ~ - by MadeMan - 30.07.2011, 09:33
Re: ~ The List of All My Bugs ~ - by MrBlake - 30.07.2011, 09:38
Re: ~ The List of All My Bugs ~ - by MadeMan - 30.07.2011, 09:42
Re: ~ The List of All My Bugs ~ - by MrBlake - 30.07.2011, 09:49
Re: ~ The List of All My Bugs ~ - by Mrki_Drakula - 30.07.2011, 09:53
Re: ~ The List of All My Bugs ~ - by MrBlake - 30.07.2011, 11:15
Re: ~ The List of All My Bugs ~ - by MrBlake - 30.07.2011, 12:53
Re: ~ The List of All My Bugs ~ - by PGTips - 30.07.2011, 12:55
Re: ~ The List of All My Bugs ~ - by Mean - 30.07.2011, 13:00
Re: ~ The List of All My Bugs ~ - by MrBlake - 31.07.2011, 07:35

Forum Jump:


Users browsing this thread: 4 Guest(s)