16.03.2019, 18:51
So every time player logs in as an admin, you should get his name and add it to some global variable that containes all names. And when you perform command, you should print it out. After the admin logs off, he's name should be removed. You can use arrays, but I recommend linked lists (only if you know what they are).

