PageRenderTime 28ms CodeModel.GetById 23ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/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
15	/* Properties */
16	"#default"
17	{
18		"Keys"
19		{
20			"m_iFrags"		"m_iFrags"
21			// Netprop on the team entity for team score
22			"m_iScore"		"m_iScore"
23		}
24		
25		"Offsets"
26		{
27			"m_iHealth"
28			{
29				"class"		"CBasePlayer"
30				"prop"		"m_iHealth"
31			}
32			"m_lifeState"
33			{
34				"class"		"CBasePlayer"
35				"prop"		"m_lifeState"
36			}
37		}
38	}
39}