hardnick Posted November 15, 2022 Posted November 15, 2022 How can I get the player name in multiplayer server? When he operates the radio menu (MIST)
Solution Grimes Posted November 15, 2022 Solution Posted November 15, 2022 Unfortunately the best that can be done is to create a mission command at a group level and pass the relevant id as one of the values within the command. The example on this page does exactly that. The passed value to the function is the group name. https://wiki.hoggitworld.com/view/DCS_func_addCommandForGroup Much to our collective lament ED has yet to add commands for units. The smallest it goes is for groups. This is why CTLD requires the helicopters to be their own group. Its the only way to be 100% certain which player issued a command. 2 The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
TEMPEST.114 Posted November 15, 2022 Posted November 15, 2022 2 hours ago, Grimes said: Unfortunately the best that can be done is to create a mission command at a group level and pass the relevant id as one of the values within the command. The example on this page does exactly that. The passed value to the function is the group name. https://wiki.hoggitworld.com/view/DCS_func_addCommandForGroup Much to our collective lament ED has yet to add commands for units. The smallest it goes is for groups. This is why CTLD requires the helicopters to be their own group. Its the only way to be 100% certain which player issued a command. I've recently asked for this level of granularity in the Wish List too. Is there any way to raise its profile and visibility with the dev team? It surely can't be a too complicated or time consuming task?
Grimes Posted November 15, 2022 Posted November 15, 2022 Its been on the bug/feature tracker for several years as is. Gotta complain to a community manager about it. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
funkyfranky Posted November 15, 2022 Posted November 15, 2022 (edited) 8 hours ago, Elphaba said: I've recently asked for this level of granularity in the Wish List too. Many of us have Edited November 15, 2022 by funkyfranky 1 A warrior's mission is to foster the success of others. i9-12900K | RTX 4090 | 128 GB Ram 3200 MHz DDR-4 | Quest 3 RAT - On the Range - Rescue Helo - Recovery Tanker - Warehouse - Airboss
Recommended Posts