DeadWeight85 1 Posted July 12, 2012 I was looking for some help with getting user connect and disconnect messages to be displayed on the server when someone joins. I have looked over the forums, but have just found some older post that really has lead me in no where. Does anyone have some insight on how to get these to show up? Thank you in advance. Share this post Link to post Share on other sites
neokika 62 Posted July 12, 2012 We have already the onPlayerConnected/onPlayerDisconnected, these fire only on the server though, and if you need to broadcast anything you'll need to do it yourself. Share this post Link to post Share on other sites
DeadWeight85 1 Posted July 12, 2012 We have already the onPlayerConnected/onPlayerDisconnected, these fire only on the server though, and if you need to broadcast anything you'll need to do it yourself. I know they are in the server.cfg, but I was wondering how to enable them. Share this post Link to post Share on other sites
DeadWeight85 1 Posted July 17, 2012 Ok so does anyone know how to get messages to display when someone connects to the server? How can I get it to broadcast to the entire server that "Players has connected." "Player has connected." Share this post Link to post Share on other sites
.kju 3245 Posted July 19, 2012 http://community.bistudio.com/wiki/Category:Scripting_Commands_ArmA2 http://community.bistudio.com/wiki/publicVariable http://community.bistudio.com/wiki/addPublicVariableEventHandler http://community.bistudio.com/wiki/globalChat Share this post Link to post Share on other sites