[Ajuda] Problema com TextDraw
#1

Код:
new Text:TextMatador;

// Timer
	new pName[24], string3[128];
    for(new a; a < MAX_PLAYERS; ++a)
    {
        if(IsPlayerConnected( a) && !IsPlayerNPC( a))
        {
            GetPlayerName(a, pName, 24);
            if(Kills[a] > MaxKills)
		//	if(arrayPlayer[a][PAssassinatos] > MaxKills)
		    {
                MaxKills = Kills[a];
                format(string3, 128, "Killer: '%s'", pName);
				TextDrawSetString(TextMatador, string3);
				TextDrawShowForAll(TextMatador);
				break;
            }
      	}
    }
oque acontece й o seguinte, tem 2 cara lб, um matou o outro mais vezes, aparece beleza, mas se um cara conectar ela desaparece e sу volta a aparecer quando alguem matar mais do que o jogador que jб estava no "top"

oque serб?
Reply
#2

nгo entendi o que disse
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)