Nice respawn point ;D
Now, there is a problem with mobile respawn independent side.
In BTC revive folder, I give this name for my flag : BTC_base_flag_guerrila
or BTC_base_flag_guer
The mobile respwn guerrila is called mobile_guerrila_0
or mobile_guer_0
EXAMPLE :
---------------------------------------
BTC_objects_actions_west = [];
BTC_objects_actions_east = [];
BTC_objects_actions_guer = [BTC_base_flag_guerrila];
BTC_objects_actions_civ = [];
if (isServer) then
{
BTC_vehs_mobile_west = [];//Editable - define mobile west
BTC_vehs_mobile_east = [];//Editable - define mobile east
BTC_vehs_mobile_guer = [mobile_guerrila_0];//Editable - define mobile independent
BTC_vehs_mobile_civ = [];//Editable - define mobile civilian
---------------------------------------
OR
---------------------------------------
BTC_objects_actions_west = [];
BTC_objects_actions_east = [];
BTC_objects_actions_guer = [BTC_base_flag_guer];
BTC_objects_actions_civ = [];
if (isServer) then
{
BTC_vehs_mobile_west = [];//Editable - define mobile west
BTC_vehs_mobile_east = [];//Editable - define mobile east
BTC_vehs_mobile_guer = [mobile_guer_0];//Editable - define mobile independent
BTC_vehs_mobile_civ = [];//Editable - define mobile civilian
---------------------------------------
Impossible... We can 't see the action : go to mobile_XXXXXX_0
It's not important if there isn't real solution. I can use vehicule to rejoin the group.
thanks and long life to BTC! :P