Jump to content
Sign in to follow this  
onyxphase

Can the ARMA 2 scripting language get text sent by a player in a chat message.

Recommended Posts

I'm doing some debugging of server and client add-ons, and would like to add the ability to add test commands to the game.

I've envisioned using the chat box as a command window to run some commands that I've written into the add-ons. If this

isn't possible is there another way for a player to fire an event, and have the server execute it.

I've seen things such as the BattleEye Rcon, and the #exec command.

I'm not sure if these would get me what I needed.

Direct access to modify player data is needed.

Share this post


Link to post
Share on other sites

I'm not aware of any way to read chat messages using only script commands.

You could use a console such as DevCon which can execute remote code on the server.

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  

×