mirror of
https://github.com/Ignatz-HeMan/SEM
synced 2024-08-30 16:22:10 +00:00
Enabled Simulation for Vehicles
This commit is contained in:
parent
2ea61c12d1
commit
df7fe3d813
@ -66,7 +66,7 @@ for "_i" from 0 to ((count _objs) - 1) do
|
|||||||
};
|
};
|
||||||
_newObj allowdamage false;
|
_newObj allowdamage false;
|
||||||
if !(_type in ["Box_NATO_AmmoVeh_F","Land_MetalCase_01_large_F"]) then {
|
if !(_type in ["Box_NATO_AmmoVeh_F","Land_MetalCase_01_large_F"]) then {
|
||||||
if !(_newObj iskindof "house") then {
|
if !(_newObj iskindof "house" || _newObj iskindof "Landvehicle" || _newObj iskindof "SHIP" || _newObj iskindof "AIR" || _newObj iskindof "TANK" || _newObj iskindof "StaticWeapon") then {
|
||||||
_newObj enablesimulationglobal false;
|
_newObj enablesimulationglobal false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user