GangZoneDestroy

From SA-MP Wiki

Jump to: navigation, search


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.

Personal tools
Navigation
Toolbox
In other languages