mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
more custom stuff
This commit is contained in:
9
dayz_code/actions/trade_cancel.sqf
Normal file
9
dayz_code/actions/trade_cancel.sqf
Normal file
@@ -0,0 +1,9 @@
|
||||
private["_sellgeneric1"];
|
||||
|
||||
{player removeAction _x} forEach s_player_tradecans;s_player_tradecans = [];
|
||||
{player removeAction _x} forEach s_player_metals;s_player_metals = [];
|
||||
{player removeAction _x} forEach s_player_bank;s_player_bank = [];
|
||||
|
||||
s_player_tradecans_crtl = -1;
|
||||
s_player_metal_crtl = -1;
|
||||
s_player_bank_crtl = -1;
|
||||
Reference in New Issue
Block a user