17.11.2016, 23:02
Hello i got error for this
Код:
error 017: undefined symbol "DIALOG_STYLE_TABLIST"
Код:
CMD:shop(playerid,params[]) { ShowPlayerDialog(playerid,43, DIALOG_STYLE_TABLIST, "Weapon Shop","Weapon\tPrice\tAmmo\n\nKnife\t$1000\t0\n\nMp5\t$6000\nt100\nDeagle\t$10000\t60\nSniper\nt$15000\nt100\nSawn-off\nt$20000\n\t150\nM4\nt$30000\nt250\nShotgun\nt$10000\nt80\nAK-47\nt$25000\nt300\nCountry Rifle\nt$20000\nt100\nCombat\nt$25000\nt60","Buy","Close"); return 1; }