Fast help - 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: Fast help (
/showthread.php?tid=622028)
Fast help -
RedRex - 17.11.2016
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;
}
Re: Fast help - justice96 - 17.11.2016
https://sampwiki.blast.hk/wiki/Dialog_Styles
Re: Fast help -
RedRex - 17.11.2016
i try it man i got same problem.
Re: Fast help -
Pearson - 17.11.2016
Hello.
Update your a_samp.inc
Re: Fast help -
RedRex - 17.11.2016
Fixed! Thanks everyone