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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...