Quantcast
Channel: Open DayZ Community
Viewing all articles
Browse latest Browse all 9126

How to build bridges the easy way.

$
0
0
Code:
 
////www.wtf-gaming.co.uk////
//http://killzonekid.com/arma-building-bridges/


//The script to build objects//
//Do not alter, unless you know what your doing//
// You need to have a FUNTIONS MODULE added to your mission file//


//START//

if (isNil "oneTime") then { 

oneTime = true; 


fnc_bridgeA2 = { 
    private ["_start","_obj"]; 
    _start = createVehicle [ 
            _this select 2, 
            _this select 0, 
            [], 
            0, "
            CAN_COLLIDE"...
How to build bridges the easy way.

Viewing all articles
Browse latest Browse all 9126

Trending Articles