GangZoneDestroy

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 10:08, 19 April 2010
Mikep (Talk | contribs)

← Previous diff
Current revision
Connor Mead (Talk | contribs)

Line 1: Line 1:
{{Scripting}} {{Scripting}}
-{{Title}} 
{{Description|Destroy a gangzone.}} {{Description|Destroy a gangzone.}}
Line 28: Line 27:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:GangZoneDestroy]]

Current revision



Description:

Destroy a gangzone.


Parameters:
(zone)
zoneThe ID of the zone to destroy.


Return Values:

This function does not return any specific values.


new gangzone;
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
 
GangZoneDestroy(gangzone);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

In other languages