Resource:Gang Manager/deleteGang: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
 (Created page with "{{Server client function}} Deletes gang from the database.  ==Syntax== <section name="Server" class="server" show="true"> <syntaxhighlight lang="lua">deleteGang ( string Gang )</syntaxhighlight>  ==Req...")  | 
			
(No difference) 
 | 
Revision as of 22:17, 23 June 2014
Deletes gang from the database.
Syntax
Click to collapse [-]
ServerdeleteGang ( string Gang )
Required Arguments
- Gang: ID of the gang you wish to delete
 
Click to collapse [-]
ClientdeleteGang ( string Gang )
Required Arguments
- Gang: ID of the gang you wish to delete
 
Returns
Returns true if gang was deleted successfully or returns false otherwise.