kmiles1990 5 Posted November 10, 2018 Is there any way to handle client chat yet? I want my player to be able to type commands (/players) and see a list of online players. Or any commands really, with the current state of DayZ is this possible now? Share this post Link to post Share on other sites
kaspar rave 4 Posted November 12, 2018 I would love a script that allows everybody to use things as /time /location /players I tried butcher this script admintools.c but that did'nt work :P Share this post Link to post Share on other sites
AXEL777 2 Posted November 13, 2018 On 12.11.2018 at 1:52 PM, kaspar rave said: I would love a script that allows everybody to use things as /time /location /players I tried butcher this script admintools.c but that did'nt work :P this worked only for loginnad player with default admin status game (#login {passwordAdmin} in chat) Share this post Link to post Share on other sites
kaspar rave 4 Posted November 13, 2018 Well I cant get it to work even with #login password it just replys my password to me, butt not like i said something i only see the password echoed back. Am I missing something here Share this post Link to post Share on other sites
Heisen99 7 Posted November 14, 2018 override void OnEvent(EventType eventTypeId, Param params) { super.OnEvent(eventTypeId, params); m_oPlayer.MessageStatus(eventTypeId.ToString()); } MessageStatus not working so I can't debug. Share this post Link to post Share on other sites
kaspar rave 4 Posted November 15, 2018 is there a confirming message when you login on the server? #login password Share this post Link to post Share on other sites
IdoX 1 Posted November 16, 2018 (edited) I'm searching for a API function that I can use for handling chat as well, can someone answer? Edited November 16, 2018 by IdoX Share this post Link to post Share on other sites
kaspar rave 4 Posted November 16, 2018 1 hour ago, IdoX said: I'm searching for a API function that I can use for handling chat as well, can someone answer? answer what, what question? You'll have to make your own. Share this post Link to post Share on other sites
ChawDinky 7 Posted December 9, 2018 Would like to see some brain storming on Side chat ideas. Lets put our heads together? Share this post Link to post Share on other sites
Dylan Greene 3 Posted December 9, 2018 (edited) https://github.com/greeneman42/DayZAdminCommands/blob/master/init.c Here's what I came up with from admintools.c . It only works when the player is logged in as admin with the #login command. Hopefully that's a start and can eventually work for all players. I added /car, /m4, and /boar for now. Should be easy enough to follow along with for adding more commands. Edited December 9, 2018 by Dylan Greene Share this post Link to post Share on other sites
kaspar rave 4 Posted December 12, 2018 On 9-12-2018 at 11:49 PM, Dylan Greene said: https://github.com/greeneman42/DayZAdminCommands/blob/master/init.c Here's what I came up with from admintools.c . It only works when the player is logged in as admin with the #login command. Hopefully that's a start and can eventually work for all players. I added /car, /m4, and /boar for now. Should be easy enough to follow along with for adding more commands. thnx will try that out. Share this post Link to post Share on other sites