dialog problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: dialog problem (
/showthread.php?tid=203158)
dialog problem -
armyoftwo - 26.12.2010
Code:
ShowPlayerDialog(playerid, DIALOG_247_MENU, DIALOG_STYLE_LIST, "24/7", "Chainsaw\r\1500$\nFlowers\r\5$\nBaseball Bat\r\100$\nBeer\r\20$\nWallet\r\1000$\nParachute\r\500$\nCork\r\1000$\nShock gun\r\15000$\n5 blunts\r\25000$\nWine\r\50$\nSprunk\r\10$", "Buy", "Exit");
it shows like this ( attachment )
Re: dialog problem -
Jochemd - 26.12.2010
Tabulate = \t and not \r
Re: dialog problem -
armyoftwo - 26.12.2010
Quote:
Originally Posted by Jochemd
Tabulate = \t and not \r
|
In previous topic they said that i have to use \r and \t didnt tabulate right