Pagina 1 di 1

How to have a BTC mobile respawn with INDEPENDENT Side ...

Inviato: sab ott 05, 2013 11:55 am
da NNG_Laser
Hi all,

I m an admin of team NORMANDIE NIEMEN GAMES (=NNG=), created in december 2000.

I come to you to present my team and to thank Giallustio for his work with your "revive's mod".

I use it, all the time, in my mission, cause it's the best.

To Giallustio: Please, how i can do to make a revive for GUERILLA team, i try marker : respawn_guer, BTC_base_flag_guer and mobile_guer_0... impossible to respawn.?

Have a nice day and long life to BTC! :)

thanks.

Re: Ciao a tutti... My name is =NNG= Laser

Inviato: sab ott 05, 2013 12:07 pm
da Giallustio
Hi Laser and welcome to the forum!
Thank you for the kind words, i move your topic to editing and scripting, i think it's better ;D

Your problem is the marker name, infact it should be "respawn_guerrila". It should fix the problem ;)

Re: Ciao a tutti... My name is =NNG= Laser

Inviato: sab ott 05, 2013 12:25 pm
da NNG_Laser
Ok, sorry for the bad topic...  :-[

Thank you dear Giallustio, and thanks for your help. :)

Re: How to have a BTC mobile respawn with INDEPENDENT Side ...

Inviato: sab ott 05, 2013 1:33 pm
da NNG_Laser
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