Resource:Gang Manager/deleteGang: Difference between revisions

From Multi Theft Auto: Wiki
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 [-]
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.