ItsMods

Full Version: Write to console?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't like using logPrint, printLn shows up somewhere I don't even know, logString is the same as logPrint for me (cause they both don't work). For mw2, I used a server HUDElement to display the top of an internal log queue, and that crap was annoying. I have black ops and have access to console. Hooray, but is there an easier way to log? I know iprintlnbold shows up in the console, but I reserve that for actual gameplay usage.
Try this function:
PrintLn("message_to_display_in_console");
(09-09-2011, 10:45)master131 Wrote: [ -> ]Try this function:
PrintLn("message_to_display_in_console");
That would be for gameplay usage too cuz it shows up in the kill log, but I just want things like println to work.
Do you want to set a static text ? There are a few good tutorials for text and HUD in the tutorial section..
(09-09-2011, 10:55)ChazZeromus Wrote: [ -> ]
(09-09-2011, 10:45)master131 Wrote: [ -> ]Try this function:
PrintLn("message_to_display_in_console");
That would be for gameplay usage too cuz it shows up in the kill log, but I just want things like println to work.

PrintLn doesnt showup ingame?

iPrintLn = killfeed
PrintLn = console