Jump to content
pokertour

Open/Close Bargate solution !

Recommended Posts

Sorry to necro such an old thread, but as this still is a very neat solution, how would I have to change it to only activate on vehicles?

The "Condition" must be changed, but I have not found out how to test for a vehicle...


    if (vehicle _x != _x) then {

        this;

    } else {

        systemchat format ["%1 NOT a vehicle", _x];

    };
}forEach thisList;

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×