thanks SC
This commit is contained in:
eraser1 2016-09-01 16:34:17 -05:00
parent 99594a6e04
commit 7c7479be9b
2 changed files with 4 additions and 4 deletions

View File

@ -65,9 +65,9 @@ if (getNumber (configFile >> "CfgSettings" >> "VehicleSpawn" >> "thermalVision")
_vehObj setFuel (0.75+(random 0.25));
_vehObj setDir (random 360);
if ((getTerrainHeightASL _vehpos)>0) then
if ((getTerrainHeightASL _position)>0) then
{
_vehObj setVectorUp (surfaceNormal _vehpos);
_vehObj setVectorUp (surfaceNormal _position);
};
_vehObj setVariable ["ExileMoney",0,true];
@ -90,7 +90,7 @@ _vehObj enableSimulationGlobal false;
if (DMS_DEBUG) then
{
(format ["SpawnNonPersistentVehicle :: Created %1 at %2 with calling parameters: %3",_vehObj,_vehpos,_this]) call DMS_fnc_DebugLog;
(format ["SpawnNonPersistentVehicle :: Created %1 at %2 with calling parameters: %3",_vehObj,_position,_this]) call DMS_fnc_DebugLog;
};

View File

@ -1,4 +1,4 @@
![Arma 1.62](https://img.shields.io/badge/Arma-1.62-blue.svg) ![Exile 1.0.0 Potato](https://img.shields.io/badge/Exile-1.0.1%20Sweet Potato-C72651.svg) ![DMS Version](https://img.shields.io/badge/DMS%20Version-2016--09--01-blue.svg) ![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)
![ArmA 1.62](https://img.shields.io/badge/Arma-1.62-blue.svg) ![Exile 1.0.0 Potato](https://img.shields.io/badge/Exile-1.0.1%20Sweet Potato-C72651.svg) ![DMS Version](https://img.shields.io/badge/DMS%20Version-2016--09--01-blue.svg) ![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)
# To the User: