Recent content by Chromarict

  1. C

    HALO Jump On Spawn! - Tutorial

    You can change the spawn height by changing the 1000 to whatever you want here [player, 1000] spawn bis_fnc_halo;
  2. C

    HALO Jump On Spawn! - Tutorial

    To add a check for new/respawned players, change this if (dayzPlayerLogin2 select 2) then { _pos = position player; "respawn_west" setMarkerPos [_pos select 0, _pos select 1]; [player, 1000] spawn bis_fnc_halo; }; To this if...
Back
Top