can someone please help me \n isnt work as a new line if you needa screeny just say
Printable View
can someone please help me \n isnt work as a new line if you needa screeny just say
Try and edit the motd inside of the emulator and instead of \n then use Environment.NewLine
Example;
Code:Session.SendNotif("Hello!" + Environment.NewLine + "Now I'm on a new line");
What emulator are you running? Maybe try '\r\n' or <br>. Not sure if the last one works.
None of them GTE build 1205 i tried new swfs everything idk what to do
screeny: http://i.imgur.com/zoA6aTj.png
I have a feeling that which ever emulator you are using is using string literals which is ignoring all escape sequences like new lines and such.
Which emulator are you using, or if you know, post the section of the code that is executing the MOTD notification.
I am using GTE build 1205 if you would like add me on skype I can show you the code my skype is under_transparent
GTE doesn't support /n thingys like phoenix does, just do new row with enter :) Works with navicat.
How do I make it support it?
Hey @The General can you please help me?