[PEDIDO]Pontuaзгo
#7

Fiz o sistema para vocк .


Coloque :


pawn Code:
//No Topo do GM:

new Pontos[2];


//No OnPlayerRequestClass:

TextDrawShowForPlayer(playerid, Textdraw0);
    TextDrawShowForPlayer(playerid, Textdraw1);
    TextDrawShowForPlayer(playerid, Textdraw2);
    TextDrawShowForPlayer(playerid, Textdraw3);



//E, por fim, no OnPlayerDeath:

new STR[5];
    switch(GetPlayerTeam(killerid)) //Se vocк nгo usar SetPlayerTeam, troque GetPlayerTeam(killerid) pela variбvel que contйm o nъmero da equipe do jogador de ID killerid.
    {
        case HEROI:
        {
            Pontos[0] += 1;
            format(STR, 5, "%03d", Pontos[0]);
            TextDrawSetString(Textdraw2, STR);
        }
        case VILAO:
        {
            Pontos[1] += 1;
            format(STR, 5, "%03d", Pontos[1]);
            TextDrawSetString(Textdraw3, STR);
        }
    }


Espero ter ajudado .
Reply


Messages In This Thread
[PEDIDO]Pontuaзгo - by makino - 12.02.2012, 19:01
Re: [PEDIDO]Pontuaзгo - by Ricop522 - 12.02.2012, 19:05
Re: [PEDIDO]Pontuaзгo - by makino - 12.02.2012, 22:35
Re: [PEDIDO]Pontuaзгo - by Cotoco Topic - 12.02.2012, 22:41
Re: [PEDIDO]Pontuaзгo - by makino - 13.02.2012, 08:50
Re: [PEDIDO]Pontuaзгo - by makino - 13.02.2012, 10:33
Re: [PEDIDO]Pontuaзгo - by rjjj - 13.02.2012, 10:46
Re: [PEDIDO]Pontuaзгo - by makino - 13.02.2012, 11:03
Re: [PEDIDO]Pontuaзгo - by rjjj - 13.02.2012, 11:13
Re: [PEDIDO]Pontuaзгo - by makino - 13.02.2012, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)