[Pedido] sitema de matou 1
#2

Nгo testei.

@edit

Nгo havia lido direito.

pawn Код:
public OnPlayerDeath(playerid, killerid, reason) {

    SetPVarInt(killerid, "matou", (GetPVarInt(killerid, "matou") + 1) );
    DeletePVar(playerid, "matou");
   
    static
        nome[24],
        str[33]
    ;
   
    GetPlayerName(killerid, nome, 24);
   
    format (str, 33, "%s matou %d!", nome, GetPVarInt(killerid, "matou") );
    SendClientMessageToAll(-1, str);
   
    return 1;
}
A contagem й zerada quando o jogador morre!
Reply


Messages In This Thread
sitema de matou 1 - by xXCallXX - 11.02.2014, 23:36
Re: sitema de matou 1 - by Gii - 12.02.2014, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)