SA-MP Forums Archive
[Pedido] sitema de matou 1 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] sitema de matou 1 (/showthread.php?tid=494163)



sitema de matou 1 - xXCallXX - 11.02.2014

tipo paulo matou carlos ae fala asim paulo ja matou um 1 ae ele matou 2 ae fala paulo matou 2 e asim vai a te 100 kkkkk ajuda


Re: sitema de matou 1 - Gii - 12.02.2014

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!