21.06.2012, 15:24
You can do this by using the Iter_Random function with foreach.
For example.
It will only select a random player that is connected. Make sure it says "Player". Player is the custom iterator in foreach for connected players.
For example.
pawn Code:
randPlayer = Iter_Random(Player);