Posts: 1,246
Threads: 140
Joined: Jul 2014
Reputation:
0
Increase the size of string like
String[3000]; or watever your string name is.
Posts: 811
Threads: 140
Joined: May 2013
Reputation:
0
Try to use DIALOG_STYLE_LIST
Posts: 1,045
Threads: 150
Joined: Oct 2013
Reputation:
0
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
Posts: 791
Threads: 65
Joined: Oct 2009
Reputation:
0
yea proably there is a limit.. just do "next page" and such..