Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Bug Dialog

$
0
0
Hello everyone, today I created a dialog to display values ​​of a new project I am creating, The problem is that I have set 16 values ​​in each variable and in dialog the variable 6 of result 0

Code:

new String[120];
format(String, sizeof(String),"Name\tValue\n\
Variable1\t%d\n\
Variable2\t%d\n\
Variable3\t%d\n\
Variable4\t%d\n\
Variable5\t%d\n\
Variable6\t%d", Variable1, Variable2, Variable3, Variable4, Variable5, Variable6);
ShowPlayerDialog(playerid, DIALOG_VARIABLE, DIALOG_STYLE_TABLIST_HEADERS, "Dialog Test", String, "OK", "Cancel");


Viewing all articles
Browse latest Browse all 18226

Trending Articles