25.07.2015, 18:37
There is a limit to how much you can use, I would suggest using DIALOG_STYLE_MSGBOX and putting a few of your data in one row and then create another then put it again.
Score:12 || Kills: 12 || Deaths:12 || K/D: 12 || etc...
I mean don't use \n as soon as you place one data use it after you got 5 in a line
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Player Stats", "Score: 12 || Kills: 12 || Deaths: 12|| K/D: 12\n etc..");
This is just an example but you could use somethig like this
Score:12 || Kills: 12 || Deaths:12 || K/D: 12 || etc...
I mean don't use \n as soon as you place one data use it after you got 5 in a line
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Player Stats", "Score: 12 || Kills: 12 || Deaths: 12|| K/D: 12\n etc..");
This is just an example but you could use somethig like this