18.09.2013, 12:13
Hello everyone, am wondering how can I make a long line which won't compile and give an error, to something which will fit in the script? thanks in advance.
//This won't be counted as a script and it's just a comment.
You mean comment in your script? which the script wouldn't read it? use // :
pawn Код:
|
C:\Users\xxxx\Desktop\Untitled.pwn(92) : error 075: input line too long (after substitutions)
Use strcat.
|
ShowPlayerDialog(playerid,dialogid,dialogstyle,"",".................................................","",""); // too long use the under
ShowPlayerDialog(playerid,dialogid,dialogstyle,"","............................\
...........................","","");// I guess !
Use strcat.
|
Like he said use strcat or else you can use this
pawn Код:
|