Strange problem with dialog - 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: Strange problem with dialog (
/showthread.php?tid=311281)
Strange problem with dialog -
Cypress - 15.01.2012
Alright so I have one dialog to show player stats. It's works perfect for me but other player sees it like this:
The People wasted and the Times watsted are not in the same colum. However when I see this dialog, I see it fine, everything is in the same colum.
Here is m y code of the dialog:
pawn Код:
format(iBox, sizeof iBox, "Respect:\t\t%d%%\nCash:\t\t\t%d\nPeople Wasted:\t%d\nTimes Wasted:\t%d\nPlay Time:\t\t%dh & %dm"... I have more here just deleted coz it doesnt metter);
Re: Strange problem with dialog -
Bogdan1992 - 15.01.2012
Did you tried to add more \t\t\t here? People Wasted:\t%d
Re: Strange problem with dialog -
Cypress - 15.01.2012
Alright, thanks. Didn't know that resolution may affect dialogs.