mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
reduce charset
This commit is contained in:
@@ -225,7 +225,7 @@ _playerObj setVariable ["lastPos",getPosATL _playerObj];
|
|||||||
|
|
||||||
_clientID = owner _playerObj;
|
_clientID = owner _playerObj;
|
||||||
_randomKey = [];
|
_randomKey = [];
|
||||||
_randomInput = toArray "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()_+-=\][{}:";
|
_randomInput = toArray "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&*()_+-=";
|
||||||
for "_i" from 0 to 12 do {
|
for "_i" from 0 to 12 do {
|
||||||
_randomKey set [count _randomKey, (_randomInput call BIS_fnc_selectRandom)];
|
_randomKey set [count _randomKey, (_randomInput call BIS_fnc_selectRandom)];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user