Resource:Gang Manager/deleteGang

From Multi Theft Auto: Wiki
Revision as of 23:13, 23 June 2014 by ADCX (talk | contribs) (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Deletes gang from the database.

Syntax

Click to collapse [-]
Server
bool deleteGang ( string Gang )

Required Arguments

  • Gang: ID of the gang you wish to delete
Click to collapse [-]
Client
bool deleteGang ( string Gang )

Required Arguments

  • Gang: ID of the gang you wish to delete

Returns

  • Success: Boolean that is true if the gang was deleted or false otherwise