G-Virus 0 Posted August 3, 2020 Hello everyone! Sorry if I post a duplicated topic, but I still need a help. I have a problem that I couldn't find a solution to. On my dedicated server I need to handle players when they connect to a lobby, but unfortunately the onPlayerConnected event doesn't satisfy my needs. The problem is the onPlayerConnected and its stackable version only appear when a mission is started and it's doesn't work when there is the lobby or a briefing time. I would like you guys to give me some possible solutions, I just need to call a script when a player connects to the server in any time. Thanks in advance! Share this post Link to post Share on other sites
RCA3 592 Posted August 7, 2020 I have no experience with this particular parameter and if it's appropriate here but check it out: onUserConnected = "command"; https://community.bistudio.com/wiki/server.cfg#Arma_server_only https://community.bistudio.com/wiki/ArmA:_Server_Side_Scripting Share this post Link to post Share on other sites
G-Virus 0 Posted August 7, 2020 Thank you for your reply! Unfortunately this event doesn't fit as well because it doesn't allow to call a custom script Share this post Link to post Share on other sites