PDA

View Full Version : How to make a message echo on screen, not just in the console.


TelexStar
10th July 2002, 08:52
Does anyone know how to make a text message echo on my screen and not just in the console.

I've tried using echo "my text here" but it just echo's into the console and not on th screen.

any ideas?

Thanks

A_BeAsT
30th July 2002, 16:55
set developer 1

make it run while hl loads by going to properties of hl.exe and adding hl.exe -developer 1

TelexStar
6th August 2002, 13:55
thanks.

also do you know how you make it display more than 4 lines on screen?