07.05.2015, 23:50
This is command i made
but ingame Dont Show Dialog ..
i did
#Define DIALOG_SHOP
and yeah i dont have any Else
#Define DIALOG_SHOP
can anyone fix that codes ?
Like .. and explain me what u did ...
but ingame Dont Show Dialog ..
i did
#Define DIALOG_SHOP
and yeah i dont have any Else
#Define DIALOG_SHOP
pawn Код:
CMD:shop(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_SHOP, DIALOG_STYLE_TABLIST_HEADERS, "Buy Weapon",
"Weapon\tPrice\tAmmo\n\
Deagle\t$5000\t100\n\
Sawnoff\t$5000\t100\n\
Pistol\t$1000\t50", // Etc.
"Select", "Cancel");
return 1;
}
Like .. and explain me what u did ...