mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-10 21:58:22 +00:00
38 lines
506 B
Plaintext
38 lines
506 B
Plaintext
"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"
|
|
}
|
|
|
|
"Offsets"
|
|
{
|
|
"m_iHealth"
|
|
{
|
|
"class" "CBasePlayer"
|
|
"prop" "m_iHealth"
|
|
}
|
|
"m_lifeState"
|
|
{
|
|
"class" "CBasePlayer"
|
|
"prop" "m_lifeState"
|
|
}
|
|
}
|
|
}
|
|
}
|