GetRandomPlayer

From Multi Theft Auto: Wiki
Revision as of 19:50, 25 March 2006 by Vandalite (talk | contribs)
Jump to navigation Jump to search

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 ( )
serverChat ( GetPlayerName ( player ) , " is now the fugitive!" )