Resource:Gang Manager/deleteGang: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
</section>
</section>
<section name="Client" class="client" show="true">
<section name="Client" class="client" show="true">
<syntaxhighlight lang="lua">bool deleteGang ( string Gang )</syntaxhighlight>
<syntaxhighlight lang="lua">boolean deleteGang ( string Gang )</syntaxhighlight>


==Required Arguments==
==Required Arguments==

Revision as of 23:12, 23 June 2014

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
boolean 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