How to announce multiple lines?

Zirius

New member
Messages
261
Points
0
Hello! I am just wondering how to put line break on my announce?
 
Just like this one:

33kad1x.jpg

I tried n but seems like client is not parsing it?

Thanks!

 
Use space perhaps? to make its like that..

- script atcmd_example -1,{OnInit: bindatcmd "test",strnpcinfo(3)+"::OnAtcommand"; end;OnAtcommand: announce "1. 2 3",0; end;}

screenCelestyn000.jpg


 
Use space perhaps? to make its like that..

- script atcmd_example -1,{OnInit: bindatcmd "test",strnpcinfo(3)+"::OnAtcommand"; end;OnAtcommand: announce "1. 2 3",0; end;}

screenCelestyn000.jpg
Any other way bro? That would require me to send soooo long strings, ugly to the eyes. LOL.

 
Back
Top