GangZoneDestroy

From SA-MP Wiki

Jump to: navigation, search

GangZoneDestroy


GangZoneDestroy destroys a Gangzone.


Parameters:
(zone)
zoneThe zone to destroy.


This function does not return a specific value.


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

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools