List all players except menu selector
Posted: Sat Oct 08, 2016 7:22 pm
Hello,
I've been trying to do so without success, how is it possible to show all the players in a menu except the player who made the menu selection?
I've been trying to do so without success, how is it possible to show all the players in a menu except the player who made the menu selection?
Syntax: Select all
for player in PlayerIter("all"):
my_menu.append(player.name) # Show all the player except the player who made the selection