fixes and documents

This commit is contained in:
[VB]AWOL
2013-10-07 03:02:45 -05:00
parent ba36764aed
commit 9e4014f5bd
10 changed files with 26 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
};
if(!_isMan and _ownerID != "0" and !(_object isKindOf "Bicycle")) then {
if(!_isMan and _ownerID != "0" and !(_cursorTarget isKindOf "Bicycle")) then {
_player_lockUnlock_crtl = true;
};