07.08.2011, 23:31
Hmm my problem is this
Example:
I put this in my
Now I have a list of interiors as a dialogmenu , It's a really long list so when my admins do the command to go to a interior a menu should be popping up as a list of interiors , There is a total of 50 interiors on this dialog list , Now when I have the new string[5000]; Dosn't show the dialogbox but when i lower the string to like lets say new string[2000] but it only displays around half of the interiors on the list. So when i change it back to new string[5000]; the list dosnt even come up but when the string is set to 2000 only half of what comes up ? How to make the entire thing come up ?
Example:
Код:
new string[5000];
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])