top of page

RESPAWN WITH HEIGHT

To make respawn with height (like on object for exemple) follow theses steps :

Character respawn

Make empty marker named "respawn_west"

Place BLUFOR unit (because of respawn_west) and in the INIT box place :

"respawn_west" setMarkerPosLocal [markerPos "respawn_west" select 0, markerPos "respawn_west" select 1, 400];
 

When your character will spawn, it will respawn at 400 meters or on the highest object on your respawn_west

Vehicle respawn

Make empty marker "respawn_vehicle_west"

Place your vehicle (in BLUFOR side but empty -or with IA-) and in the INIT box place :

"respawn_vehicle_west" setMarkerPosLocal [markerPos "respawn_vehicle_west" select 0, markerPos "respawn_vehicle_west" select 1, 214] ; this respawnVehicle [-1];

When your vehicle will spawn, it will respawn at 400 meters or on the highest object on your respawn_west

Note :

"this respawnVehicle [-1]" refers to your description.ext -> respawnVehicleDelay = TIMER

"214" refers to altitude, "this respawnVehicle [-1]" refers to respawn time (see respawn tutorail)


 

© 2016 by Alphive and Babast, by FOXCOM TEAM.  Proudly created with Wix.com

bottom of page