GangZoneHideForAll

From SA-MP Wiki

Jump to: navigation, search


Description:

GangZoneHideForAll hides a gangzone from all players.


Parameters:
(zone)
zoneThe zone to hide.


Return Values:

This function does not return any specific values.


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

Related Functions

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

In other languages