GangZoneDestroy

GangZoneDestroy

Description:
Function GangZoneDestroy destroy a gangzone.


Parameters:
(zone)
int zone The ID of the zone to destroy.


Return Values:
This function does not return any specific values.


Examples:
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.