ebaydayz fbffd8e9cb Fix hit_glass setVariable filter
@icomrade - In regex character classes only match each single character.
So a range with more than one character on one end (20) won't work:
http://www.regular-expressions.info/charclass.html

You can see that by running this code in-game with your old filter and
it will kick you:
player setVariable ["hit_glass3",1,true];

Adding the + on the end makes it match the character class one or more
times, so now it will match any integer >= 0.
2016-07-30 12:07:26 -04:00
2016-05-02 11:23:50 -04:00
2016-07-30 11:07:04 -04:00
2014-07-27 23:17:00 -05:00
0.1
2012-11-04 20:28:50 -06:00
2014-02-11 20:46:39 +01:00

DayZ Epoch

Experimental DayZ mod

http://dayzepoch.com

Based on DayZ Mod Community edition

https://github.com/DayZMod/DayZ/blob/Release_1.8/Documentation/Credits.md http://dayzmod.com


Included Custom Addons


Included Custom Islands


Initial Developers


GitHub Collaborators (In order of most commits)


GitHub Contributors (In order of most commits)


Special thanks

Description
Experimental DayZ Mod for Arma 2
Readme 2 GiB
Languages
C++ 50.6%
SQF 48.9%
PHP 0.3%
Batchfile 0.1%