01.03.2014, 22:52
Bom Eu Venho Pedir uma Ajuda a Voces tipo eu quero por o id antes do nick no chat isso eu ja consegui mais o problema e que quero deixar ID:%i para branco para aparecer assim branco e o nick com as cores aleatorias msm da score board normal vo mandar os codigos para voces entenderem melhor e me ajudar
olha ele assim fica o id e o nick com a cor aleatoria
//Chat com ID
new StrText[129], nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome, sizeof(nome));
format(StrText, sizeof(StrText),"[ID:%i] %s: {FFFFFF}%s", playerid, nome, text);
SendClientMessageToAll(GetPlayerColor(playerid), StrText);
return 0;
}
so que eu queria deixar assim o com o ID Branco й somente o Nick com a Cor Aleatoria da Score Board Me Ajudem Vlw Ai Gente
//Chat com ID
new StrText[129], nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome, sizeof(nome));
format(StrText, sizeof(StrText),"[{F9FAF5}ID:%i] %s: {FFFFFF}%s", playerid, nome, text);
SendClientMessageToAll(GetPlayerColor(playerid), StrText);
return 0;
}
olha ele assim fica o id e o nick com a cor aleatoria
//Chat com ID
new StrText[129], nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome, sizeof(nome));
format(StrText, sizeof(StrText),"[ID:%i] %s: {FFFFFF}%s", playerid, nome, text);
SendClientMessageToAll(GetPlayerColor(playerid), StrText);
return 0;
}
so que eu queria deixar assim o com o ID Branco й somente o Nick com a Cor Aleatoria da Score Board Me Ajudem Vlw Ai Gente
//Chat com ID
new StrText[129], nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome, sizeof(nome));
format(StrText, sizeof(StrText),"[{F9FAF5}ID:%i] %s: {FFFFFF}%s", playerid, nome, text);
SendClientMessageToAll(GetPlayerColor(playerid), StrText);
return 0;
}