![]()
Location: Mönchengladbach
Occupation: Brückenkranführer / Staplerfahrer
wcf.user.option.userOption53: Nein
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
modify:
{
match:
{
"classname" "func_breakable"
"health" ""
}
replace:
{
"classname" "func_breakable"
"health" ""
}
}
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
modify:
{
match:
{
"classname" "func_breakable"
}
replace:
{
"classname" "func_breakable"
"health" "10"
}
}
|
Location: Mönchengladbach
Occupation: Brückenkranführer / Staplerfahrer
wcf.user.option.userOption53: Nein
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"model" "*3"
"origin" "-148 -596 244"
"physdamagescale" "1.0"
"minhealthdmg" "0"
"disablereceiveshadows" "0"
"rendercolor" "255 255 255"
"renderamt" "255"
"rendermode" "0"
"renderfx" "0"
"pressuredelay" "0"
"explodemagnitude" "0"
"spawnobject" "0"
"nodamageforces" "0"
"gibdir" "0 0 0"
"explosion" "0"
"material" "0"
"health" "45"
"propdata" "0"
"PerformanceMode" "0"
"ExplodeRadius" "0"
"ExplodeDamage" "0"
"disableshadows" "0"
"classname" "func_breakable"
}{
|
This post has been edited 1 times, last edit by "General" (Jun 17th 2013, 11:48am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
modify:
{
match:
{
"classname" "func_breakable"
}
replace:
{
"health" "1"
}
}
|