Resource:Gang Manager/createGang

From Multi Theft Auto: Wiki
Revision as of 23:11, 23 June 2014 by ADCX (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Creates gang with chosen name in the database.

Syntax

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

Required Arguments

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

Required Arguments

  • GangName: Name of the gang you wish to create

Returns

  • Gang: ID of the gang that was created