Resource:Gang Manager/createGang
Jump to navigation
Jump to search
Creates gang with chosen name in the database.
Syntax
Click to collapse [-]
ServercreateGang ( string GangName )
Required Arguments
- GangName: Name of the gang you wish to create
Click to collapse [-]
ClientcreateGang ( 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.