Buyguns menu
#8

Try this
pawn Код:
CMD:buyguns(playerid, params[])
{
        if(!IsPlayerInRangeOfPoint(playerid, 3.0, 308.2658, -140.7199, 999.6016))
        {
        SendClientMessage(playerid, COLOR_GRAD2, "   You are not at the Goverment Ammunation!");
        return 1;
        }
        else
        {
            ShowPlayerDialog(playerid,BUYGUNS,DIALOG_STYLE_LIST,"Legal Weapons","MM9 {80FF00}$1000{FFFFFF}\nShotgun {80FF00}$5000{FFFFFF}\nRifle {80FF00}$10000","Select", "Back");
            return 1;
        }
}
@IceBilizard you forgot a "}"
Reply


Messages In This Thread
Buyguns menu - by lider1241 - 05.09.2013, 11:18
Re: Buyguns menu - by WopsS - 05.09.2013, 11:42
Re: Buyguns menu - by lider1241 - 05.09.2013, 11:48
Re: Buyguns menu - by WopsS - 05.09.2013, 12:45
Re: Buyguns menu - by Konstantinos - 05.09.2013, 12:51
Re: Buyguns menu - by IceBilizard - 05.09.2013, 13:42
Re: Buyguns menu - by lider1241 - 05.09.2013, 14:39
Re: Buyguns menu - by WopsS - 05.09.2013, 14:40
Re: Buyguns menu - by IceBilizard - 05.09.2013, 14:45
Re: Buyguns menu - by IceBilizard - 05.09.2013, 14:50

Forum Jump:


Users browsing this thread: 1 Guest(s)