ebayShopper c1110fc61c Fix a rare error with keyboard_keys
Some combo binds will cause actionKeys to return a number greater than
six digits. See AgentRev's note:
https://community.bistudio.com/wiki/actionKeys

An example is NumLock + P [1.15763e+009]. Using a number this large as
an index errors out. Example:
test_array = [];
test_array set [9999991,true];

But six digits or less will not error:
test_array = [];
test_array set [999999,true];
2017-11-13 17:34:43 -05:00
2017-03-10 13:50:33 -05:00
2017-11-13 17:34:43 -05: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
2017-04-21 13:04:36 -04:00

DayZ Epoch

Experimental DayZ mod

http://dayzepoch.com

Based on DayZ Mod Community edition

https://github.com/DayZMod/DayZ/blob/1.8.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%