Resource:Gang Manager/createGang

From Multi Theft Auto: Wiki
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