[ERROR] Input Line is too long [NEED HELP UGENT PLEAZE HELP]
#1

It Gives me an ERROR Input Line is too long
It give on ShowPlayerDialog
DIALOG_STYLE_MSGBOX

If i put all the data in it then it gives me error is there any other way to create dialogs.
Reply
#2

Show us the line.
Reply
#3

Use strcat().
Reply
#4

What is strcat destination?
Reply
#5

I believe the destination is like an array or a variable :/ I'm not sure though...
Reply
#6

Example of strcat

pawn Код:
new longstring[4096];
longstring="Bacon Strips";
strcat(longstring," & Bacon Strips");
strcat(longstring," & Bacon Strips");
strcat(longstring," & Bacon Strips");
strcat(longstring," & Bacon Strips");
strcat(longstring," & Bacon Strips");
print(longstring);
returns this:
Код:
Bacon Strips & Bacon Strips & Bacon Strips & Bacon Strips & Bacon Strips & Bacon Strips
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)