Arma Docs for MC. › app › discussions. I'm hoping some one can help me create a script that will allow me and others to teleport to multiple places and back. › bejiitaswrath › some-more-very-useful-armascript. Teleport script without setpos - ARMA 3 Hacks and Cheats Forum. player moveInAny _veh;; waitUntil {; player in (crew _veh); };. Arma 3 logo This command will move player into the locked vehicle or seat just as well. player moveInAny tank;.
Don't wanna be here? Send us removal request.
Text
Teleport player and his group - ARMA 3 - MISSION EDITING & SCRIPTING - Bohemia Interactive Forums
💾 ►►► DOWNLOAD FILE 🔥🔥🔥 This can be used as a Condition, Initialization or Activation. It will immediately place the unit at the desired height. In any of the fields described above, type: this setPos [ getpos this select 0 , getpos this select 1 ,20]; The height is declared by the last number, in meters. Set flying height. Change an objects angle. To angle an object on any axis, use this code: car1 setVectorUp[0,0,0]; or car1 setVectorDir[0,0,0 ]; The numbers represent x, y, z axis. Set fuel capacity. Units teleport into vehicle. If trying to place more than one unit as gunner, use Bob moveinturret [heli, [0]]; where 0 is gun position 1, 1 is position 2, etc. Do not allow fleeing of a unit. When a unit feels it is at a disadvantage it may flee. Type: Bob allowfleeing 0; To allow change 0 to 1. Change speed of a unit. Bob forceSpeed ; forces the unit to move at a certain speed up to the max speed for the unit. Remove all weapons and add weapons to unit. Use this to remove all of the units weapons, not counting accessories. Type: removeAllWeapons Bob;. Use this to add specific weapons to a unit. For instance, any weapon code starting with ACE will only be available if ace is installed. First use addweapon and addmagazine to add the desired weapons. Now it is necessary to remove the old unwanted items. Refer to the weapon code list for specific weapon codes. Adding or removing weapons and ammo from an ammo box. Type: clearweaponcargo box1; and clearmagazinecargo box1;. Refer to the weapon code list for specific weapons and magazines. Not allow unit to enter vehicle. Add as many units as needed to the brackets. Use a negative sign to declare aft, left or down. Display the speed of a unit. Make a unit prisoner. Teleport a unit or object to any position. Keep in mind, if Bob has waypoints before this, he will continue to walk to his next waypoint. You may also use Middle, Down, and Auto to make him crouch, lay down and reset to auto. Create a name for nearest building. This is useful for destroying particular buildings on command. Change to false to unlock a vehicle. To do this, you need to utilize multiple markers. Place the unit and multiple markers to act as starting points. Move marker to another marker. Using objects : Bob doMove getPos Nick;. Moving objects, triggers or markers. Using an object: Bob setPos getPos Nick;. Using a vehicle: Bob setPos getPos vehicle car1;. Moving a trigger to object vehicle nameoftrigger setPos getPos Bob. Change player skin in-game singleplayer only. To change a players skin or uniform in-game create two units, the starting one and the one you want to become. We name them myOriginalUnit and myNewUnit respectively for this example. Game will crash. Make object invisible. Affect all units in a given parameter. You are commenting using your WordPress. You are commenting using your Twitter account. You are commenting using your Facebook account. Notify me of new comments via email. Notify me of new posts via email. Editor: Object manipulation. Change an objects angle To angle an object on any axis, use this code: car1 setVectorUp[0,0,0]; or car1 setVectorDir[0,0,0 ]; The numbers represent x, y, z axis. Do not allow fleeing of a unit When a unit feels it is at a disadvantage it may flee. Bob limitSpeed 60; limits the units speed to 60kph; Bob setSpeed getSpeed Nick; Bob matches speed of Nick; Remove all weapons and add weapons to unit Use this to remove all of the units weapons, not counting accessories. Type: removeAllWeapons Bob; Use this to add specific weapons to a unit. Share this: Twitter Facebook. Like this: Like Loading Leave a Reply Cancel reply Enter your comment here Fill in your details below or click an icon to log in:. Email required Address never made public. Name required. Search for:. By continuing to use this website, you agree to their use. To find out more, including how to control cookies, see here: Cookie Policy.
1 note
·
View note