DIALOG_STYLE_MSGBOX Help
#4

Код:
error 075: input line too long (after substitutions)
You have to create an huge string (your's more then 530 I see), then insert parts of the string with strcat.

pawn Код:
new string[600];
strcat(string, "VIP Level 1 Commands: [...]");
strcat(...);
ShowPlayerDialog(playerid,DIALOG_VIPHELP,DIALOG_STYLE_MSGBOX,"VIP Help (/viphelp)",string,"OK","Click me");
That's the only way, I think.
Reply


Messages In This Thread
DIALOG_STYLE_MSGBOX Help - by stormchaser206 - 13.03.2012, 23:25
Re: DIALOG_STYLE_MSGBOX Help - by coole210 - 14.03.2012, 02:18
Re: DIALOG_STYLE_MSGBOX Help - by stormchaser206 - 14.03.2012, 20:44
Re: DIALOG_STYLE_MSGBOX Help - by SimonItaly - 14.03.2012, 20:50

Forum Jump:


Users browsing this thread: 1 Guest(s)