[PEDIDO]Sistema de Pontos DM
#5

So tira o fato de setar o score de quem morre, poem para nгo setar. Refiz seu code:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new Texto[30], Texto1[30];
    ProgressaoInfo[killerid][Matou] ++;
    ProgressaoInfo[killerid][Pontos] = (ProgressaoInfo[killerid][Matou] - ProgressaoInfo[killerid][Morreu]);
    format(Texto, sizeof(Texto), "~l~Pontos: ~b~%d", ProgressaoInfo[killerid][Pontos]);
    TextDrawSetString(ProgressaoInfo[killerid][TPontos], Texto);
    TextDrawShowForPlayer(killerid, ProgressaoInfo[killerid][TPontos]);
    format(Texto1, sizeof(Texto1), "~l~Pontos: ~b~%d", ProgressaoInfo[playerid][Pontos]);
    TextDrawSetString(ProgressaoInfo[playerid][TPontos], Texto1);
    TextDrawShowForPlayer(playerid, ProgressaoInfo[playerid][TPontos]);
    SetPlayerScore(killerid, ProgressaoInfo[killerid][Pontos]);
    return true;
}
DEVE FUNFAR
Reply


Messages In This Thread
[PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 19:51
Re: [PEDIDO]Sistema de Pontos DM - by arakuta - 13.02.2012, 19:55
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 20:53
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 20:57
Re: [PEDIDO]Sistema de Pontos DM - by arakuta - 13.02.2012, 21:20
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 21:39
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 14.02.2012, 08:38
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 14.02.2012, 12:12

Forum Jump:


Users browsing this thread: 2 Guest(s)