Resource:Gang Manager/createGang

From Multi Theft Auto: Wiki
Revision as of 22:18, 23 June 2014 by ADCX (talk | contribs)
Jump to navigation Jump to search

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.