Jump to content
  • 0

BIS_fnc_MP


Dwarfer

Question

Hi Guys,

Trying to get something working using this function but just cannot seem to figure it out.  I have my theory that something in Epoch is blocking it just wondered if anyone/dev's know whats going on ?

 

THnaks

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

 

on server:

missionNamespace setVariable ["WAI_Mission_Message", _text];
publicVariable "WAI_Mission_Message";
 
on client:
"WAI_Mission_Message" addPublicVariableEventHandler {hint (_this select 1)};

 

This is good info.

 

On the same topic, here, Face explains how to use variable names as part of setVariable variables:

You might need this to name and recall your created itemsif you create a wide range of items (triggers and/or other client<>server messaging system components).

Coolest thing ever (since the 1st iPhone).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...