Resource:Gang Manager/createGang: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
==Returns== | ==Returns== | ||
Returns | 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 [-]
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.