"#kick" works with player_name and player_# but NOT player_UID
"#exec ban" works with player_# but NOT player_name or player_UID
Description
Details
- Legacy ID
- 1896889244
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Multiplayer
Start arma3
go to configure-> profile
select edit and copy your UID
Save it somewhere for later
start dedicated server
join and log in as admin
//------test #kick
execute admin command
#kick <yourUID> no effect
#kick <yourname> it works!
rejoin as admin
#userlist get your player # from there
#kick <yourplayer#> it works!!
//------test #exec ban
execute admin command
#exec ban <yourUID> no effect
#exec ban <yourname> no effect
#userlist get your player # from there
#exec ban <yourplayer#> it works!!
Now go to arma 3 main directory and delete ban.txt
Event Timeline
Hello,
I have successfully reproduced the problem and it has been assigned to programming department.
Thanks, have a nice day.
Today's fix note:
"Fixed: Admin commands "kick" and "exec ban" not working properly"
#kick -> fully fixed, works with player list number, name and UID
#exec ban -> fully BROKEN, doesnt work at all now, period.