/addons/sourcemod/gamedata/sdktools.games/common.games.txt

https://bitbucket.org/kimoto/sushi · Plain Text · 39 lines · 37 code · 2 blank · 0 comment · 0 complexity · fb5ff7b09fde92ab87ca235ac11ce74a MD5 · raw file

  1. "Games"
  2. {
  3. /* Sounds */
  4. "#default"
  5. {
  6. "Keys"
  7. {
  8. "SlapSoundCount" "3"
  9. "SlapSound1" "player/pl_fallpain1.wav"
  10. "SlapSound2" "player/pl_fallpain3.wav"
  11. "SlapSound3" "player/pl_pain5.wav"
  12. }
  13. }
  14. /* Properties */
  15. "#default"
  16. {
  17. "Keys"
  18. {
  19. "m_iFrags" "m_iFrags"
  20. // Netprop on the team entity for team score
  21. "m_iScore" "m_iScore"
  22. }
  23. "Offsets"
  24. {
  25. "m_iHealth"
  26. {
  27. "class" "CBasePlayer"
  28. "prop" "m_iHealth"
  29. }
  30. "m_lifeState"
  31. {
  32. "class" "CBasePlayer"
  33. "prop" "m_lifeState"
  34. }
  35. }
  36. }
  37. }