added new plugins: KnifeAlert, immunityreserveslots (entWatch support), sourcebans+sourcecomms (fixed)

added sm_forceinputplayer to ForceInputs
added ZE_FFVII_Mako_Reactor_V6_B08 savelevel config
fixed runtime error in voiceannounce_ex and ExtraCommands
This commit is contained in:
BotoX
2016-03-05 00:34:03 +01:00
parent d8ba114de3
commit ef2c81e2d6
25 changed files with 9484 additions and 30 deletions
@@ -13,7 +13,7 @@
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,1,0,-1"
"m_iFrags" "100"
"m_iFrags" "10"
}
}
"2"
@@ -29,7 +29,7 @@
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,2,0,-1"
"m_iFrags" "200"
"m_iFrags" "20"
}
}
"3"
@@ -45,23 +45,7 @@
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,3,0,-1"
"m_iFrags" "300"
}
}
"4"
{
"name" "Level 4"
"match"
{
"math"
{
"m_OnUser1" "leveling_counter,Add,4"
}
}
"restore"
{
"AddOutput" "OnUser1 leveling_counter,Add,4,0,-1"
"m_iFrags" "400"
"m_iFrags" "30"
}
}
}
@@ -0,0 +1,92 @@
"levels"
{
"0"
{
"name" "Level 0"
"restore"
{
"m_iName" ""
"m_iFrags" "0"
}
}
"1"
{
"name" "Level 1"
"match"
{
"props"
{
"m_iName" "1"
}
}
"restore"
{
"m_iName" "1"
"m_iFrags" "100"
}
}
"2"
{
"name" "Level 2"
"match"
{
"props"
{
"m_iName" "2"
}
}
"restore"
{
"m_iName" "2"
"m_iFrags" "200"
}
}
"3"
{
"name" "Level 3"
"match"
{
"props"
{
"m_iName" "3"
}
}
"restore"
{
"m_iName" "3"
"m_iFrags" "300"
}
}
"4"
{
"name" "Level 4"
"match"
{
"props"
{
"m_iName" "4"
}
}
"restore"
{
"m_iName" "4"
"m_iFrags" "400"
}
}
"5"
{
"name" "Level 5"
"match"
{
"props"
{
"m_iName" "5"
}
}
"restore"
{
"m_iName" "5"
"m_iFrags" "500"
}
}
}