26.04.2012, 04:00
Eae Galerinha , Beleza ? fiz este comando pra quando o player estiver procurado aparecer em cima da cabeзa dele , ai funciona certinho e talz , mas queria implementar de alem de aparecer "PROCURADO" em cima da cabeзa dele , aparece-se o level de procurado Tambem tipo : "Procurado [LevelDeProcurado]" , se alguem pude rme ajduar agradeзo .
Ae o codigo :
Ae o codigo :
pawn Код:
forward CriarChatBubble();
public CriarChatBubble()
{
for(new x=0; x < MAX_PLAYERS; x++)
{
if(WantedPoints[x] >= 1)
{
SetPlayerChatBubble(x, "PROCURADO", 0xFF0000AA, 100.0, 10000);
}
}
}