[HELP]/buy Commands Error! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]/buy Commands Error! (
/showthread.php?tid=386355)
[HELP]/buy Commands Error! -
RenovanZ - 20.10.2012
Removed
Re: [HELP]/buy Commands Error! -
_Khaled_ - 20.10.2012
Show us your stock
Re: [HELP]/buy Commands Error! -
RenovanZ - 20.10.2012
Removed
Re: [HELP]/buy Commands Error! -
RenovanZ - 20.10.2012
Removed
Re: [HELP]/buy Commands Error! -
caki - 20.10.2012
Use IF for each statment not else if.It should work.
PHP код:
if(IsAtPizzaStack(playerid))
{
ShowPlayerDialog(playerid, PIZZAMENU, DIALOG_STYLE_LIST, "Pizza Stack Menu", "Cheese Pizza $125\nMacarony Pizza $175\nChicken Pizza $250\nPapperony Pizza $275\nSprunk $50\nWater $35", "Buy", "Cancel");
return 1;
}
if(IsAtBurgerRestaurant(playerid))