destory != destroy

This commit is contained in:
[VB]AWOL
2013-10-31 11:59:03 -05:00
parent 81aab209b3
commit f8dde10b40
4 changed files with 62 additions and 3 deletions

View File

@@ -392,7 +392,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
} else {
if(("ItemJerrycan" in _magazinesPlayer) and ("ItemMatchbox_DZE" in weapons player)) then {
if (s_player_packtent < 0) then {
s_player_packtent = player addAction ["Destory Tent", "\z\addons\dayz_code\actions\remove.sqf",_cursorTarget, 1, true, true, "", ""];
s_player_packtent = player addAction ["Destroy Tent", "\z\addons\dayz_code\actions\remove.sqf",_cursorTarget, 1, true, true, "", ""];
};
};
};