• Register

Are you a Level Designer? Are you looking for help/support or other level designers? Then this is the group for you! Doesn't matter what you map for, if your a beginner or a professional this is the group for you.

Post tutorial Report RSS BMP - open/close back doors

How to open or close (already opened) doors on the ČSLA BMPs.

Posted by on - Intermediate Level Design/Theory

To open closed doors on the cargo space, use this code in the init line of the vehicle (BMP) or in any script:

// to open left cargo doors
bevko animate ["BackDoorL",1];
// to open right cargo doors
bevko animate ["BackDoorP",1];


Where "bevko" is the name of the BMP in the editor.

To close already opened doors on the cargo space, use this code in the init line of the vehicle (BMP) or in any script:

// to close left cargo doors
bevko animate ["BackDoorL",0];
// to close right cargo doors
bevko animate ["BackDoorP",0];


Where "bevko" is the name of the BMP in the editor.

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: