mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update server_handleSafeGear.sqf
This commit is contained in:
@@ -121,7 +121,7 @@ _fnc_lockCode = {
|
|||||||
|
|
||||||
if (_this == "") exitWith {0};
|
if (_this == "") exitWith {0};
|
||||||
_code = if (typeName _this == "STRING") then {parseNumber _this} else {_this};
|
_code = if (typeName _this == "STRING") then {parseNumber _this} else {_this};
|
||||||
if (_code < 10000) exitWith {0};
|
if (_code < 10000 || {_code > 10299}) exitWith {0};
|
||||||
_color = "";
|
_color = "";
|
||||||
_code = _code - 10000;
|
_code = _code - 10000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user