Jump to content

Recommended Posts

Guys im creating a capture sector mission wich opfor has all the points captured and blufor needs to capture all 3 of then and i want the tickets only for respawning soo i only set 10 tickets for blufor and nothing for opfor, the problem is, when the blufor tickets goes to 0 it says Your Side Has Won instahead of: You Lose Faggot, soo what i tried to do to fix it? A trigger with the Condition: 

WestTickets <=0;

On Act:

endMission "LOSER";

Did it work? Of course not!
Soo anyone can help me?

                                     Disclaimer
Im not responsible for any english error cuz im brazilian :)

Share this post


Link to post
Share on other sites
if ([west] call BIS_fnc_respawnTickets) == 0) then 
{
    //end mission
};

 

Share this post


Link to post
Share on other sites
On 11/07/2017 at 3:20 PM, Credelle said:

soo i only set 10 tickets for blufor and nothing for opfor, the problem is, when the blufor tickets goes to 0 it says Your Side Has Won instahead of: You Lose Faggot,

As you never give any tickets to OPFOR they are calculated as 0, the same as BLUFOR when their tickets have been depleted. So they both get flagged as winners.

 

How is your mission setup?

Are you using a sector control module or just sectors?

How are sides losing tickets, do you have respawnTickets template enabled( template side dependant or for all? ) or a bleedTickets module or are you doing it manually?

 

What @M1ke_SK suggests could work but it all depends on how things are setup.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×