Resource:Gang Manager/setGangName: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
 (Created page with "{{Server function}} Sets name of the gang.  ==Syntax==  <syntaxhighlight lang="lua"> setGangName ( string Gang, string GangName ) </syntaxhighlight>  ===Required Arguments===  *'''Gang:''' ID of the gang...")  | 
			
(No difference) 
 | 
Revision as of 23:07, 23 June 2014
Sets name of the gang.
Syntax
setGangName ( string Gang, string GangName )
Required Arguments
- Gang: ID of the gang you wish to set name of
 - GangName: New name of the gang that you wish to set
 
Returns
Returns true if gang name was successfully set or false otherwise.