GetRandomPlayer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
==Example== | ==Example== | ||
<syntaxhighlight lang="lua">player = GetRandomPlayer ( ) | <syntaxhighlight lang="lua">player = GetRandomPlayer ( ) | ||
outputChatBox ( GetPlayerName ( player ) , " is now the fugitive!" )</syntaxhighlight> |
Revision as of 03:28, 20 May 2006
Description
This function returns a random player object. It is useful for assigning objectives to random players in a Manhunt mode, for example.
Syntax
player GetRandomPlayer ()
Required Arguments
This function has no arguments.
Example
player = GetRandomPlayer ( ) outputChatBox ( GetPlayerName ( player ) , " is now the fugitive!" )