Solved
https://prnt.sc/jdfal7
I did this
Code:
set_hudmessage( 255, 255, 0, 0.80, 0.25, 0, 0.0, 1.0, 0.1, 0.1, -1 );
show_hudmessage( 0, "^n%s", iVipsConnected, szVipsNames);
set_hudmessage( 255, 255, 255, 0.80, 0.25, 0, 0.0, 1.0, 0.1, 0.1, -1 );
show_hudmessage( 0, "YOU");
set_hudmessage( 255, 0, 0, 0.83, 0.25, 0, 0.0, 1.0, 0.1, 0.1, -1 );
show_hudmessage( 0, "TUBER ( %i )", iVipsConnected );
thank you for help