[Pedido] Top Kill
#4

http://pastebin.com/c3atTxKw


Код:
new scoris[MAX_PLAYERS];
    for(new i; i != MAX_PLAYERS; ++i)scoris[i] = GetPlayerScore(i);
    
    BubbleSort(scoris, sizeof(scoris));

    new str[100], n[24];
    for(new i; i != MAX_PLAYERS; ++i)
    {
        GetPlayerName(i, n, 24);
        format(str, sizeof(str),"NЄ%d Nome: %s  Pontos:",i+1, n, scoris[i]);
        SendClientMessage(playerid, -1, str);
    }
Reply


Messages In This Thread
Top Kill - by MeninaSedutora - 23.10.2013, 19:13
Re: Top Kill - by powerths - 23.10.2013, 19:14
Respuesta: Top Kill - by Parka - 23.10.2013, 19:31
Re: Top Kill - by zSuYaNw - 23.10.2013, 19:42
Re: Top Kill - by BielCOP - 23.10.2013, 19:44
Re: Top Kill - by PT - 23.10.2013, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)