summaryrefslogtreecommitdiffstats
path: root/Client/PVFunctions/SetVehicleLock.sqf
diff options
context:
space:
mode:
Diffstat (limited to 'Client/PVFunctions/SetVehicleLock.sqf')
-rw-r--r--Client/PVFunctions/SetVehicleLock.sqf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Client/PVFunctions/SetVehicleLock.sqf b/Client/PVFunctions/SetVehicleLock.sqf
new file mode 100644
index 0000000..880533d
--- /dev/null
+++ b/Client/PVFunctions/SetVehicleLock.sqf
@@ -0,0 +1 @@
+(_this select 0) lock (_this select 1); \ No newline at end of file