I want to put both g_msgPos messages in 1 and 2 position (which are cp and left side echo space). I want to ask what am i supposed to do:/
I have an idea. In server.cfg i simple make:
set g_msgs 300
set g_msgPos 2
seta g_msg1 “test”
seta g_msg2 “test”
and i create test.cfg file in server nq folder:
set g_msgs 300
set g_msgPos 1
seta g_msg1 “test”
seta g_msg2 “test”
Then i put in server.cfg this line:
exec test.cfg
Will this work anyway?
I run nq 1.2.5 on linux system.