28.01.2012, 05:17
http://lmgtfy.com/?q=vb+add+newline+to+string
Put vbCrLf in the end
Put vbCrLf in the end
pawn Код:
TextBox14.Text = "if(strcmp(cmdtext," + TextBox1.Text + "," + TextBox11.Text + "," + TextBox12.Text + ");"+vbCrLf
TextBox14.Text &= "SetPlayerPos(playerid," + TextBox10.Text + "," + TextBox11.Text + "," + TextBox12.Text + ");"