View Single Post
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 04-15-2012 , 16:23   Re: Pick random player of server
Reply With Quote #3

Same concept, but you can also use new client = numClients ? iClients[GetRandomInt(0, (numClients - 1))] : -1 as opposed to GetURandomInt.
__________________

Last edited by thetwistedpanda; 04-15-2012 at 16:23.
thetwistedpanda is offline