I cant get the prices to line up properly help
#2

Try this
Код:
CMD:buy(playerid, params[])
{
    if(!IsAt247(playerid))
	{
        SendClientMessageEx(playerid, COLOR_GRAD2, "   You are not in a 24-7!");
        return 1;
    }
    if(PlayerInfo[playerid][pDonateRank] >= 1)
	{
        ShowPlayerDialog(playerid, STOREMENU, DIALOG_STYLE_LIST, "24/7", "Cell Phone		$400\nPhone Book		$4000\nDice			$400\nCondom		$40\nCD Player		$40\nSpraycan		$160\nRope			$800\nCigar			$40\nSprunk			$8\nVehicle Lock		$4000\nPortable Radio		$40000\nCamera			$160\nLottery Ticket		$800\nCheckbook		$400", "Buy", "Cancel");
    }
    else
	{
        ShowPlayerDialog(playerid, STOREMENU, DIALOG_STYLE_LIST, "24/7", "Cell Phone		$500\nPhone Book		$5000\nDice			$500\nCondom		$50\nCD Player		$50\nSpraycan		$200\nRope			$1000\nCigar			$50\nSprunk			$10\nVehicle Lock		$5000\nPortable Radio		$50000\nCamera			$200\nLottery Ticket		$1000\nCheckbook		$500", "Buy", "Cancel");
    }
    return 1;
}
Reply


Messages In This Thread
I cant get the prices to line up properly help - by NinjaChicken - 29.11.2012, 05:49
Re: I cant get the prices to line up properly help - by showarn - 29.11.2012, 06:04
Re: I cant get the prices to line up properly help - by NinjaChicken - 29.11.2012, 06:37
Re: I cant get the prices to line up properly help - by Kitten - 29.11.2012, 07:01
Re: I cant get the prices to line up properly help - by NinjaChicken - 29.11.2012, 07:12
Re: I cant get the prices to line up properly help - by Abreezy - 29.11.2012, 07:17

Forum Jump:


Users browsing this thread: 2 Guest(s)