prevent morphing in the same skin (some do that to refill their magazines)

This commit is contained in:
infiSTAR
2013-12-19 21:11:07 +01:00
parent 70c5195b99
commit 0726311df5

View File

@@ -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;