Resource:Gang Manager/createGang: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


==Returns==
==Returns==
Returns Gang ID if the gang was created successfully or returns ''false'' otherwise.
Returns gang ID if the gang was created successfully or returns ''false'' otherwise.

Revision as of 22:18, 23 June 2014

Creates gang with chosen name in the database.

Syntax

Click to collapse [-]
Server
createGang ( string GangName )

Required Arguments

  • GangName: Name of the gang you wish to create
Click to collapse [-]
Client
createGang ( string GangName )

Required Arguments

  • GangName: Name of the gang you wish to create

Returns

Returns gang ID if the gang was created successfully or returns false otherwise.