GetTeamFriendlyFire

From Multi Theft Auto: Wiki
Revision as of 18:04, 19 November 2006 by Kevuwk (talk | contribs)
Jump to navigation Jump to search


This function returns the friendly fire value for the specified team.

Syntax

bool getTeamFriendlyFire ( team theTeam )

Required Arguments

  • theTeam: The client that will be checked

Returns

Returns true if friendly fire is on for the specified team, false if friendly fire is turned off for the specified team or if invalid arguments are specified.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:FunctionArea Functions