/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
- "Games"
- {
- /* Sounds */
- "#default"
- {
- "Keys"
- {
- "SlapSoundCount" "3"
- "SlapSound1" "player/pl_fallpain1.wav"
- "SlapSound2" "player/pl_fallpain3.wav"
- "SlapSound3" "player/pl_pain5.wav"
- }
- }
-
- /* Properties */
- "#default"
- {
- "Keys"
- {
- "m_iFrags" "m_iFrags"
- // Netprop on the team entity for team score
- "m_iScore" "m_iScore"
- }
-
- "Offsets"
- {
- "m_iHealth"
- {
- "class" "CBasePlayer"
- "prop" "m_iHealth"
- }
- "m_lifeState"
- {
- "class" "CBasePlayer"
- "prop" "m_lifeState"
- }
- }
- }
- }