SA-MP Forums Archive
[AJUDA]Cor gangzone - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA]Cor gangzone (/showthread.php?tid=350962)



[AJUDA]Cor gangzone - Edu33 - 14.06.2012

...


Re: [AJUDA]Cor gangzone - ViniBorn - 14.06.2012

A cor da grove estб sendo essa > 0x00FF00AA

Й isso mesmo ?


Re: [AJUDA]Cor gangzone - Edu33 - 14.06.2012

Sim vini.


Re: [AJUDA]Cor gangzone - dPlaYer_ - 14.06.2012

pawn Код:
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);
Problem? '-'
ou entгo define elas no inicio:
pawn Код:
#define GZ_GROOVE     0x00FF00AA



Re: [AJUDA]Cor gangzone - Edu33 - 14.06.2012

Mas tipo eu nгo posso definir elas por causa da public ZoneCheckpointChecker =/


Re: [AJUDA]Cor gangzone - paulor - 14.06.2012

Estб nesse padrгo ?
pawn Код:
Grove = GangZoneCreate(...);



Re: [AJUDA]Cor gangzone - Edu33 - 14.06.2012

Cara jб tem tudo isso sу ta dando essa confusгo mesmo nгo sei porque


Re: [AJUDA]Cor gangzone - Crueliz0n - 14.06.2012

tente
pawn Код:
new CorGangZone[12] =
{
0x00FF00AA,
0xB400FFAA,
0xFFE600AA,
0x1400FFAA,
0xFF00D7AA,
0xB90000AA,
0xFFB23DAA,
0x00FFD2AA,
0x000000AA,
0xFF0000AA,
0xFFFFFFAA
};



Re: [AJUDA]Cor gangzone - Edu33 - 14.06.2012

Nгo dб continua assim putss..



Re: [AJUDA]Cor gangzone - paulor - 14.06.2012

tem certeza que essa eh a var ?