FragZ Posted March 2, 2014 Report Share Posted March 2, 2014 I have the excelisor bridge right now, but for some reason it keep messing up and shit... I also don't like the fact that it is arriving on the bottom of the hill... Is there another type of skalisty bridge somewhere one the forums of dayz? Or whatever? Link to comment Share on other sites More sharing options...
redcloud78 Posted March 2, 2014 Report Share Posted March 2, 2014 I think if you copy only the first 2 sections of his code you can add your own stuff in on the island part http://postimg.org/image/b5nods3a9/ Link to comment Share on other sites More sharing options...
skittles Posted March 4, 2014 Report Share Posted March 4, 2014 I think if you copy only the first 2 sections of his code you can add your own stuff in on the island part http://postimg.org/image/b5nods3a9/ That bridge right there, that's a bridge. I use it on our server and they love it. Link to comment Share on other sites More sharing options...
psychosis Posted March 25, 2014 Report Share Posted March 25, 2014 can u share this files? Link to comment Share on other sites More sharing options...
Fully Posted May 5, 2014 Report Share Posted May 5, 2014 I just made this bridge. :o 1.1km long bridge.sf //START// if (isNil "oneTime") then { oneTime = true; fnc_bridgeA2 = { private ["_start","_obj"]; _start = createVehicle [ _this select 2, _this select 0, [], 0, " CAN_COLLIDE" ]; _start setVectorUp [0,0,1]; _start setDir (_this select 1); _start setPosATL (_this select 0); for "_i" from 1 to (_this select 3) do { _obj = createVehicle [ _this select 2, _this select 0, [], 0, "CAN_COLLIDE" ]; _obj attachTo [_start, [ _i*(_this select 4), _i*(_this select 5), _i*(_this select 6) ]]; }; }; //END// //Placement of objects// //[startingPosition, direction, objectClass, repeats, offsetX, offsetY, offsetZ] [ [13287.128, 2786.3577, -0.3], 222.15, "Land_nav_pier_m_2", 27, 40, 0, 0 ] call fnc_bridgeA2; }; Using KillzoneKid fnc_bridgeA2 script Very simple and it doesnt screw up =) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now