Bug Dialog
#1

Hola a todos, hoy he creado un cuadro de diбlogo para mostrar los valores de un nuevo proyecto que estoy creando. El problema es que establecн 16 valores en cada variable y en diбlogo la variable 6 del resultado 0

Код:
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");
Reply


Messages In This Thread
Bug Dialog - by LosSantos - 20.08.2017, 18:46
Re: Bug Dialog - by pabloalber84ban - 20.08.2017, 19:13

Forum Jump:


Users browsing this thread: 1 Guest(s)