[Ajuda] Com Rank
#1

Код:
	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;
            }
      	}
    }
quando alguem digamos, que estб no topo lб que matou mais e aparece seu nome na textdraw, se ele desconectar o text fica com o nome dele atй outro com maior kill conectar ou matar mas on
Reply


Messages In This Thread
[Ajuda] Com Rank - by cotonete - 17.11.2011, 19:42
Re: [Ajuda] Com Rank - by ViniBorn - 17.11.2011, 19:53
Re: [Ajuda] Com Rank - by cotonete - 17.11.2011, 19:56
Re: [Ajuda] Com Rank - by ViniBorn - 17.11.2011, 20:01

Forum Jump:


Users browsing this thread: 2 Guest(s)