Advertisement
Guest User

Untitled

a guest
Jul 20th, 2012
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.52 KB | None | 0 0
  1. --- tf-20120720.0/orangebox/tf/resource/modevents.res   2012-06-28 01:49:18.000000000 +0000
  2. +++ tf-20120721.0/orangebox/tf/resource/modevents.res   2012-07-21 00:39:49.000000000 +0000
  3. @@ -37,6 +37,21 @@
  4.                 "player"        "short"         // entindex of the player
  5.         }
  6.  
  7. +       "mm_lobby_chat"
  8. +       {
  9. +               "steamid"       "string"        // steamID (64-bit value converted to string) of user who said the thing
  10. +               "text"  "string"        // Their chat message
  11. +               "type"  "short" // What sort of message?  (Some "system" messages are sent by lobby leader)
  12. +       }
  13. +       "mm_lobby_member_join"
  14. +       {
  15. +               "steamid"       "string"        // steamID (64-bit value converted to string) of user who joined
  16. +       }
  17. +       "mm_lobby_member_leave"
  18. +       {
  19. +               "steamid"       "string"        // steamID (64-bit value converted to string) of user who joined
  20. +               "flags" "long"  // Bitfield of EChatMemberStateChange flags describing who entered or left
  21. +       }
  22.         "player_changeclass"
  23.         {
  24.                 "userid"        "short"         // user ID who changed class
  25. @@ -1088,6 +1103,13 @@
  26.                 "victim"        "short"         // entindex of the victim
  27.                 "zone_id"       "short"         // type of area (0 for general, 1 for capture zone)
  28.         }
  29. +       "party_updated"
  30. +       {
  31. +       }
  32. +       "lobby_updated"
  33. +       {
  34. +       }
  35. +
  36.  
  37.         "recalculate_holidays"
  38.         {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement