Files
DayZ-Epoch/SQF/dayz_code/compile
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
..
2016-03-17 16:34:15 -04:00
2016-03-17 16:34:15 -04:00
2016-03-17 16:34:15 -04:00
2017-03-20 18:18:04 -04:00
2016-03-30 14:55:45 -04:00
2016-03-30 14:55:45 -04:00
2017-01-29 19:36:48 -05:00
2016-03-30 14:55:45 -04:00
2016-03-30 14:55:45 -04:00
2016-03-30 14:55:45 -04:00
2016-03-30 14:55:45 -04:00
2016-03-20 22:12:11 -04:00
2013-08-26 02:29:18 -05:00
2016-12-10 15:06:48 -05:00
2017-06-11 17:57:49 -04:00
2016-07-25 12:06:53 -04:00
2016-03-21 17:58:23 -04:00
2016-03-30 14:55:45 -04:00
2016-08-23 15:40:26 -04:00
2016-03-30 14:55:45 -04:00
2016-02-29 00:26:12 -05:00
2016-10-03 15:45:13 -04:00
2016-08-11 19:50:03 -04:00
2016-11-21 18:33:41 -05:00