arma2:scripting:addpublicvariableeventhandler
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arma2:scripting:addpublicvariableeventhandler [2013/05/20 05:59] – created addpublicvariableeventhandler initial page. snakeman | arma2:scripting:addpublicvariableeventhandler [2024/08/01 22:16] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ArmA 2 addPublicVariableEventhandler ====== | ====== ArmA 2 addPublicVariableEventhandler ====== | ||
+ | |||
+ | [[https:// | ||
Quick **addPublicVariableEventhandler** example. | Quick **addPublicVariableEventhandler** example. | ||
Line 33: | Line 35: | ||
Easy. | Easy. | ||
+ | |||
+ | |||
+ | ====== ArmA 2 Global Broadcast ====== | ||
+ | |||
+ | <code php> | ||
+ | " | ||
+ | { | ||
+ | hint format[" | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | Then use it like: | ||
+ | <code php> | ||
+ | PMC_Hint = "Hello world!"; | ||
+ | </ | ||
+ | |||
+ | And hello world is displayed as hint on every client. Very simple way to show hints from server to clients. | ||
+ |
arma2/scripting/addpublicvariableeventhandler.1369029566.txt.gz · Last modified: 2013/05/20 05:59 by snakeman