battleye fixes for new lock unlock

added deer stand to allowed list
This commit is contained in:
vbawol
2013-06-27 11:20:00 -05:00
parent a98f732c6f
commit 10220b1328
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@
5 setUnconscious !"\"setUnconscious\","
5 setVehicleAmmo !"\"setVehicleAmmo\","
5 setVehicleArmor !"\"setVehicleArmor\","
5 setVehicleLock !"\"setVehicleLock\","
5 setVehicleLock !"\"setVehicleLock\"," !"if (local _vehicle) then {\nif(_status) then {\n_vehicle setVehicleLock "LOCKED";\n} else {\n_vehicle setVehicleLock "UNLOCKED";\n};"
5 setVehiclePosition !"\"setVehiclePosition\","
5 setViewDistance !"\"setViewDistance\","
5 setWeaponReloadingTime !"\"setWeaponReloadingTime\"," !"_vehicle setWeaponReloadingTime [_gunner,_muzzle,1];"