GangZoneHideForPlayer

From SA-MP Wiki

Jump to: navigation, search

GangZoneHideForPlayer


GangZoneHideForPlayer hides a gangzone from a player.


Parameters:
(playerid, zone)
playeridThe player to hide the gangzone from.
zoneThe zone to hide.


This function does not return a specific value, it's best to simply ignore it.


new gangzone;
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
GangZoneHideForPlayer(playerid,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