mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Lift Paint Garages a bit (often slightly in ground)
This commit is contained in:
parent
d21c503061
commit
5e245cc15c
@ -190,7 +190,7 @@ publicvariable "EPOCH_Traders";
|
||||
if (([_serverSettingsConfig, "ReplaceCarService", false] call EPOCH_fnc_returnConfigEntry)) then {
|
||||
{
|
||||
private _shop = "paintshop" createvehicle (getpos _x);
|
||||
_shop setposatl (getposatl _x);
|
||||
_shop setposatl ((getposatl _x) vectorAdd [0,0,0.1]);
|
||||
_shop setVectorDirAndUp [VectorDir _x, VectorUp _x];
|
||||
_x HideobjectGlobal true;
|
||||
} foreach (epoch_centerMarkerPosition nearObjects ["Land_CarService_F", EPOCH_dynamicVehicleArea]);
|
||||
|
Loading…
Reference in New Issue
Block a user