User talk:Simociv: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
Line 2: Line 2:


What does adding <code>char szCmd[64]</code> do to help? --[[user:TomEdwards|TomEdwards]] 07:39, 25 Aug 2008 (PDT)
What does adding <code>char szCmd[64]</code> do to help? --[[user:TomEdwards|TomEdwards]] 07:39, 25 Aug 2008 (PDT)
:Not much actually, but it's just for teaching how to send a message and passing arguments. --[[User:Simociv|Simociv]] 08:33, 25 Aug 2008 (PDT)

Revision as of 08:33, 25 August 2008

Networking Events and Messages

What does adding char szCmd[64] do to help? --TomEdwards 07:39, 25 Aug 2008 (PDT)

Not much actually, but it's just for teaching how to send a message and passing arguments. --Simociv 08:33, 25 Aug 2008 (PDT)