Little help with Dialogs
#1

i have this error on my dialog how i fix it error 075: input line too long (after substitutions)
Reply
#2

The input text is to long .. show your code.
Reply
#3

ShowPlayerDialog(playerid,23,DIALOG_STYLE_MSGBOX," VIP Commands","{FF8040}3 левел ВИП команди\r\n{80FF00}/fix\r\n/flip\r\n/hyd\r\n/nos\r\n/healme\r\n/jetpack\r\n/NRG\r\n{FF0000}4 левел ВИП команди\r\n/mark\r\n/gotomark\r\n/g LS/LV/SF/MC/STUNT/stunt2/drift1/drift2/drift3/drift3/drift4/drift5\r\n/NRG \r\n/bike\r\n /telegy\r\n/turanus\r\n/tstrat\r\n/tflash\r\n/tjester\r\n/sultan\r\n/at\r\n/listguns\r\n /check\r\n /heal \r\n/invisible","ИЗХОД","");
}
Reply
#4

pawn Код:
new
    Text[ 368 ];

strcat(Text, "{FF8040}3 левел ВИП команди\r\n{80FF00}/fix\r\n/flip\r\n/hyd\r\n/nos\r\n/healme\r\n/jetpack\r\n/NRG\r\n{FF0000}4 левел ВИП команди\r\n/mark\r\n/gotomark\r\n/g LS/LV/SF/MC/STUNT/stunt2/drift1/drift2/drift3/drift3/drift4/drift5\r\n");
strcat(Text, "/NRG \r\n/bike\r\n /telegy\r\n/turanus\r\n/tstrat\r\n/tflash\r\n/tjester\r\n/sultan\r\n/at\r\n/listguns\r\n /check\r\n /heal \r\n/invisible");

ShowPlayerDialog(playerid, 23, DIALOG_STYLE_MSGBOX, " VIP Commands", Text, "ИЗХОД", "");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)