Jump to content
Sign in to follow this  
Vegatry

Creates a briefing on a specific side

Recommended Posts

It doesn't seem right, I couldn't test it due to some performance issue.

blueBrief is where my briefing stuff stored.

//prevent synchronization issue
if (!isDedicated && (player != player)) then{
   waitUntil {player == player};
   waitUntil {time > 5}; 
};

//declare value faction
private ["_faction"];

if (_fraction == "BLU_F") exitwith {

#include "scripts\blueBrief.sqf"

Share this post


Link to post
Share on other sites

Hello Vegatry

I am currently at work so I cant test anything, but if what you did does not work, you can download and try "F3"

http://ferstaberinde.com/f3/en//index.php?title=Main_Page

this is very well documented and it has the thing you are looking for, download it and please say if it helped or not

there is also a version of F3 for arma 2, called F2

GuzzenVonLidl

Share this post


Link to post
Share on other sites
Hello Vegatry

I am currently at work so I cant test anything, but if what you did does not work, you can download and try "F3"

http://ferstaberinde.com/f3/en//index.php?title=Main_Page

this is very well documented and it has the thing you are looking for, download it and please say if it helped or not

there is also a version of F3 for arma 2, called F2

GuzzenVonLidl

I know F3 folk but many of its features is....kind of outdated? I have many errors pop up using F3 since the latest version.

Share this post


Link to post
Share on other sites
It doesn't seem right, I couldn't test it due to some performance issue.

blueBrief is where my briefing stuff stored.

//prevent synchronization issue
if (!isDedicated && (player != player)) then{
   waitUntil {player == player};
   waitUntil {time > 5}; 
};

//declare value faction
private ["_faction"];

if (_fraction == "BLU_F") exitwith {

#include "scripts\blueBrief.sqf"

Maybe it's a copy/paste typo but you have an extra "r" in "_faction" :

if (_fraction == "BLU_F") exitwith {

Share this post


Link to post
Share on other sites
I know F3 folk but many of its features is....kind of outdated? I have many errors pop up using F3 since the latest version.

F3 is working perfectly fine, so you have to do something wrong.

If you still haven't fixed it I will send you the code

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
Sign in to follow this  

×