GangZoneShowForAll

From SA-MP Wiki

Jump to: navigation, search

GangZoneShowForAll


GangZoneShowForAll shows a gangzone with the desired color to all players.


Parameters:
(zone, color)
zoneThe gangzone to show.
colorThe color of the gangzone.


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);
GangZoneShowForAll(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.