View Single Post
Author Message
ROKronoS
Senior Member
Join Date: Oct 2010
Location: Bucharest, Romania
Old 11-29-2011 , 15:09   Randomly select a terrorist player
Reply With Quote #1

Hi all!

I want to randomly select a terrorist player (which is alive) and modify the value of a bool on that player but i couldn't figure it out...

PHP Code:
public Event_RoundStarted( )
{
    new 
iPlayers32 ], iNum;
    
get_playersiPlayersiNum"a" );

    
//.........


Last edited by ROKronoS; 11-29-2011 at 15:11.
ROKronoS is offline