Talk:Developer Console Control: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
I think it's worth noting that Msg() only outputs to the server console, and you use ClientPrint() for output to clients.
I think it's worth noting that Msg() only outputs to the server console, and you use ClientPrint() for output to clients.
--[[User:Megiddo|Megiddo]] 14:53, 2 Jul 2005 (PDT)
--[[User:Megiddo|Megiddo]] 14:53, 2 Jul 2005 (PDT)
How do you retrieve data that is stored in a console command, in your code?
--[[User:Mmiloff90@hotmail.com|SexualPotatoes]] 12:17, 10 Dec 2006 (PST)

Revision as of 15:44, 10 December 2006

I think it's worth noting that Msg() only outputs to the server console, and you use ClientPrint() for output to clients. --Megiddo 14:53, 2 Jul 2005 (PDT)