mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 04:32:56 +03:00
updated for latest BE
regex metacharacters ({}[]()^$.|*+? and \) now have to be escaped using
'\' if they should be used as literals.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
5 "call compile"
|
||||
1 "jiprequest" !="<NULL-object>,,\"JIPrequest\""
|
||||
1 "jipexec" //1 "rjipexec"
|
||||
1 "remExField" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack1\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack2\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack3\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack4\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack5\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack6\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack7\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack8\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack9\"]" !="\"remExField\" = [<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack10\"]" !="\"remExField\" = [<NULL-object>,,\"JIPrequest\"]"
|
||||
1 "remExField" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack1\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack2\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack3\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack4\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack5\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack6\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack7\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack8\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack9\"\]" !="\"remExField\" = \[<NULL-object>,<NULL-object>,\"playmove\",\"ZombieStandingAttack10\"\]" !="\"remExField\" = \[<NULL-object>,,\"JIPrequest\"\]"
|
||||
1 "remExFP"
|
||||
//5 "setDate" //covered by 5 "setD"
|
||||
//5 "setAccTime" //covered by 5 "setA"
|
||||
@@ -112,7 +112,7 @@
|
||||
5 "teamName"
|
||||
//5 "createTeam" //covered by 5 "createT"
|
||||
5 "execVM"
|
||||
5 "fn_swapVars.sqf"
|
||||
5 "fn_swapVars\.sqf"
|
||||
//5 "setVehicleInit" //covered by 5 "setV"
|
||||
5 "processInitCommands"
|
||||
//5 "clearVehicleInit" //covered by 5 "clearV"
|
||||
@@ -120,9 +120,9 @@
|
||||
//5 "setTriggerStatements" //covered by 5 "setT"
|
||||
//5 "setTriggerText" //covered by 5 "setT"
|
||||
5 "remotecmd"
|
||||
5 "promptRName.sqf"
|
||||
5 "promptRName\.sqf"
|
||||
5 "%"
|
||||
5 ".sqf\"]" !="init.sqf\"]"
|
||||
5 "\.sqf\"\]" !="init\.sqf\"\]"
|
||||
5 "rpcCodeVarName"
|
||||
5 "rpcDirectCall"
|
||||
5 "broadcastRpcCallAll"
|
||||
@@ -235,30 +235,30 @@
|
||||
5 " exec "
|
||||
5 " set "
|
||||
5 " str "
|
||||
5 "exec("
|
||||
5 "set("
|
||||
5 "str("
|
||||
5 "exec["
|
||||
5 "set["
|
||||
5 "str["
|
||||
5 "exec{"
|
||||
5 "set{"
|
||||
5 "str{"
|
||||
5 "exec\("
|
||||
5 "set\("
|
||||
5 "str\("
|
||||
5 "exec\["
|
||||
5 "set\["
|
||||
5 "str\["
|
||||
5 "exec\{"
|
||||
5 "set\{"
|
||||
5 "str\{"
|
||||
5 "exec'"
|
||||
5 "set'"
|
||||
5 "str'"
|
||||
5 "exec\""
|
||||
5 "set\""
|
||||
5 "str\""
|
||||
5 ")exec"
|
||||
5 ")set"
|
||||
5 ")str"
|
||||
5 "]exec"
|
||||
5 "]set"
|
||||
5 "]str"
|
||||
5 "}exec"
|
||||
5 "}set"
|
||||
5 "}str"
|
||||
5 "\)exec"
|
||||
5 "\)set"
|
||||
5 "\)str"
|
||||
5 "\]exec"
|
||||
5 "\]set"
|
||||
5 "\]str"
|
||||
5 "\}exec"
|
||||
5 "\}set"
|
||||
5 "\}str"
|
||||
5 "'exec"
|
||||
5 "'set"
|
||||
5 "'str"
|
||||
|
||||
Reference in New Issue
Block a user