Resource:Battlefield/getSquad: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with 'This command retrieves a squad element when given the name or ID of a squad and the team. ==Syntax== <syntaxhighlight lang="lua"> squad getSquad ( [string squadName, string squadID], team squadT…')
 
No edit summary
Line 5: Line 5:
squad getSquad ( [string squadName, string squadID], team squadTeam )
squad getSquad ( [string squadName, string squadID], team squadTeam )
</syntaxhighlight>
</syntaxhighlight>
[[Resource:Battlefield]]

Revision as of 10:06, 21 April 2010

This command retrieves a squad element when given the name or ID of a squad and the team.

Syntax

squad getSquad ( [string squadName, string squadID], team squadTeam )

Resource:Battlefield