mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
prevent morphing in the same skin (some do that to refill their magazines)
This commit is contained in:
@@ -3,6 +3,8 @@ _playerUID = _this select 0;
|
||||
_charID = _this select 1;
|
||||
_model = _this select 2;
|
||||
|
||||
if (typeOF player == _model) exitWith {cutText ['You already wear this Skin!', 'PLAIN'];};
|
||||
|
||||
_old = player;
|
||||
player allowDamage false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user