GangZoneFlashForPlayer

From SA-MP Wiki

Jump to: navigation, search

GangZoneFlashForPlayer

Flashes a gangzone for a player.


Parameters:
(playerid, zone, flashcolor)
playeridThe player that will see the gangzone flashing.
zoneThe zone to flash.
flashcolorThe color the zone will flash.


new gangzone;
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
GangZoneFlashForPlayer(playerid,gangzone,COLOR_RED);

Related Functions

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