Skip to content

Commit

Permalink
way better
Browse files Browse the repository at this point in the history
  • Loading branch information
JoSchaap committed Jun 19, 2013
1 parent 7cecfb0 commit a558b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/spawning/vehicleCreation.sqf
Expand Up @@ -27,7 +27,7 @@ else
if (_num < 25) then { _cartype = mediumMilitaryVehicles call BIS_fnc_selectRandom; _type = 2 };
};

_pos = [_markerPos, random 25, 35, ( if (_type == 1) then { 2 } else { 5 } ), 0, 60 * (pi / 180), 0] call BIS_fnc_findSafePos;
_pos = [_markerPos, 0, 30, ( if (_type == 1) then { 2 } else { 5 } ), 0, 60 * (pi / 180), 0, [_markerPos]] call BIS_fnc_findSafePos;

//Car Initialization
_car = createVehicle [_cartype,_pos, [], 0, "None"];
Expand Down

0 comments on commit a558b52

Please sign in to comment.