[AJUDA] bug -
billy the kid - 11.06.2012
new times
Re: [AJUDA] bug -
blacktrindade - 11.06.2012
so 1 minuto vou pegar minha bola de cristal para advinhar as linhas ja que voce n ao posto!
AW: [AJUDA] bug -
billy the kid - 11.06.2012
cara nao tem erro no gamemode eu so colokei assim
new playerColors[] ={
0xFFFFFF96,0x00FF4096,0x90EE90AA,0xDAA520AA,0xA9A9 A9AA,0xE6E6FAAA,0xA020F0AA,0xFFC1C1AA, 0x008B8BAA, 0xCDAA7DAA, 0xFFE7BAAA,
}; as cores estao setando mais e so no nick mais no canto da tela nakeles icones fika amarelo mais ae volta a cor ao normal depois que morre
Re: [AJUDA] bug -
blacktrindade - 11.06.2012
pawn Код:
new playerColors[] ={
0xFFFFFF96,0x00FF4096,0x90EE90AA,0xDAA520AA,0xA9A9A9AA,0xE6E6FAAA,0xA020F0AA,0xFFC1C1AA, 0x008B8BAA, 0xCDAA7DAA, 0xFFE7BAAA
};
Tira a Vigula da ultima cor, igual eu fiz aqui em cima pode ser isto!
AW: [AJUDA] bug -
billy the kid - 11.06.2012
ja tirei nao resolveu
Re: [AJUDA] bug -
blacktrindade - 11.06.2012
entгo posta o sistema completo porque tem algo errado!
AW: [AJUDA] bug -
billy the kid - 11.06.2012
man o sistema que eu colokei foi so esse new playerColors[] ={ ae depois eu colokei em player conect
SetPlayerColor(playerid,playerColors[playerid]); o erro deve ta ae
Re: [AJUDA] bug -
Don_Speed - 11.06.2012
Entao Erro e Esse!!
Quer Random a Cor ??
Ja Do Edit!
@edit
Color Random
pawn Код:
new playerColors[] ={
0xFFFFFF96,
0x00FF4096,
0x90EE90AA,
0xDAA520AA,
0xA9A9A9AA,
0xE6E6FAAA,
0xA020F0AA,
0xFFC1C1AA,
0x008B8BAA,
0xCDAA7DAA,
0xFFE7BAAA
};
//OnPlayerConnect
new rand = random(sizeof(playerColors));
SetPlayerColor(playerid,playerColors[rand][0]);
AW: [AJUDA] bug -
billy the kid - 11.06.2012
ja resolvi aki e por que eu tinha colokado SetPlayerColor(playerid,playerColors[playerid]); DEPOIS DE
SendDeathMessage(INVALID_PLAYER_ID, playerid, 200);
AE EU COLOKEI antes ae deu certo
AW: [AJUDA] bug -
billy the kid - 11.06.2012
mais eu colokei desse jeito aki oh
new playerColors[] ={
0xFFFFFF96,
0x00FF4096,
0x90EE90AA,
0xDAA520AA,
0xA9A9A9AA,
0xE6E6FAAA,
0xA020F0AA,
0xFFC1C1AA,
0x008B8BAA,
0xCDAA7DAA,
0xFFE7BAAA
};
// player conect
SetPlayerColor(playerid,playerColors[playerid]);
sera que vai dar Random das cores ?