14.06.2012, 14:15
(
Последний раз редактировалось Edu33; 15.06.2012 в 12:38.
)
...
GangZoneShowForPlayer(playerid, Grove, 0x00FF00AA);
GangZoneShowForPlayer(playerid, Ballas, 0xB400FFAA);
GangZoneShowForPlayer(playerid, Vagos, 0xFFE600AA);
GangZoneShowForPlayer(playerid, Aztecas, 0x1400FFAA);
GangZoneShowForPlayer(playerid, Meninas, 0xFF00D7AA);
GangZoneShowForPlayer(playerid, Mendingos, 0xB90000AA);
GangZoneShowForPlayer(playerid, Cowboys, 0xFFB23DAA);
GangZoneShowForPlayer(playerid, Playboys, 0x00FFD2AA);
GangZoneShowForPlayer(playerid, Marfia, 0x000000AA);
GangZoneShowForPlayer(playerid, Milicia, 0xFF0000AA);
GangZoneShowForPlayer(playerid, Fazendeiros, 0xFFFFFFAA);
#define GZ_GROOVE 0x00FF00AA
Grove = GangZoneCreate(...);
new CorGangZone[12] =
{
0x00FF00AA,
0xB400FFAA,
0xFFE600AA,
0x1400FFAA,
0xFF00D7AA,
0xB90000AA,
0xFFB23DAA,
0x00FFD2AA,
0x000000AA,
0xFF0000AA,
0xFFFFFFAA
};