View Single Post
Messaging system
Old
  (#1)
InternetNightmare
Guest
 
Status:
Posts: n/a
Default Messaging system - 13-02-2004

Well sending messige is something like taht:
Quote:
MESSAGE_BEGIN(MSG_ONE, Msg, NULL, pl->edict());
WRITE_BYTE(Byte);
WRITE_STRING(Textorsmth);
MESSAGE_END();
But were do I find message list for Health and... (I have VGUI message list) for MOD? Maybe I should ask creators? It's not a Half-Life (msgs are in SDK )
  
Reply With Quote