/drink - problem
#1

i made a drink command and i get unreachablecode 2 wrning with unreachable

pawn Код:
if(strcmp(cmd, "/drink", true) == 0)
                    {
                        if(IsAtBar(playerid))
                        {
                            if(GetPlayerDrunkLevel(playerid) <= 20000)
                            {
                                ShowPlayerDialog(playerid,Dialog_Bar,DIALOG_STYLE_LIST,"{278227}Bar","Apa\nFanta\nBere\nTuica\nSampanie\nVodka\nLichior","Selecteaza","Inchide");
                                return 1;
                                {
                                    SendClientMessage(playerid, COLOR_WHITE, "Bartender: I don't know that Drink Name.");
                                    return 1;
                                }
                                format(string, sizeof(string), "* %s bea %s de la pahar.", sendername,Dialog_Bar);
                                ProxDetector(30.0, playerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
                            }
                            else
                            {
                                SendClientMessage(playerid, COLOR_GREY, "   Numai poti sa bei");
                                return 1;
                            }
                        }
                    }
Reply


Messages In This Thread
/drink - problem - by Dan_Barocu - 17.06.2012, 12:11
Re: /drink - problem - by Ironboy - 17.06.2012, 12:46
Re: /drink - problem - by Dan_Barocu - 17.06.2012, 12:58
Re: /drink - problem - by Dan_Barocu - 17.06.2012, 15:44
Re: /drink - problem - by Kindred - 17.06.2012, 15:54
Re: /drink - problem - by rachit_rocks - 17.06.2012, 15:57
Re: /drink - problem - by Dan_Barocu - 17.06.2012, 16:00
Re: /drink - problem - by milanosie - 17.06.2012, 17:20
Re: /drink - problem - by Dan_Barocu - 17.06.2012, 20:02
Re: /drink - problem - by milanosie - 17.06.2012, 20:29

Forum Jump:


Users browsing this thread: 2 Guest(s)