Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [{
- {
- private _classname = _x;
- private _isClassnameRadio = false;
- if(!isNil{TFAR_fnc_isPrototypeRadio}) then {
- _isClassnameRadio = _classname call TFAR_fnc_isPrototypeRadio;
- };
- {
- if(_x == _classname || {(_isClassnameRadio && {[_x, _classname] call TFAR_fnc_isSameRadio})}) then {
- player unassignItem _x;
- player removeItem _x;
- }
- } forEach assignedItems player;
- {
- if(_x == _classname || {(_isClassnameRadio && {[_x, _classname] call TFAR_fnc_isSameRadio})}) then {
- player removeItem _x;
- }
- } forEach (uniformItems player) + (vestItems player) + (backpackItems player);
- } forEach ["tf_anprc152","tf_anprc148jem","tf_fadak","tf_rf7800str","tf_anprc154","tf_pnr1000a","tf_microdagr"];
- },"BIS_fnc_spawn",true] call BIS_fnc_MP;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement