Resource:Gang Manager/deleteGang

From Multi Theft Auto: Wiki
Revision as of 22:17, 23 June 2014 by ADCX (talk | contribs) (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...")
(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
deleteGang ( string Gang )

Required Arguments

  • Gang: ID of the gang you wish to delete
Click to collapse [-]
Client
deleteGang ( 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.