fn_qRemoveItem.sqf 278 B

1234567891011
  1. /*
  2. File: fn_qRemoveItem.sqf
  3. Author: TAW_Tonic
  4. Description:
  5. Used in the double click removal function of VAS.
  6. */
  7. private["_data","_handle"];
  8. _data = (_this select 0) lbData (_this select 1);
  9. [_data,false,nil,nil,nil] call VAS_fnc_handleItem;
  10. [] spawn VAS_fnc_playerDisplay;