Skip to content

Commit

Permalink
way better
Browse files Browse the repository at this point in the history
tnx!
  • Loading branch information
JoSchaap committed Jun 19, 2013
1 parent a558b52 commit 867542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/spawning/boatCreation.sqf
Expand Up @@ -13,7 +13,7 @@ _markerPos = _this select 0;
_boattype = BoatList call BIS_fnc_selectRandom;
_type = 3;

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

//Car Initialization
_boat = createVehicle [_boattype,_pos, [], 0, "None"];
Expand Down

0 comments on commit 867542f

Please sign in to comment.