SA-MP Forums Archive
[AJUDA]ChatKill Bugado - 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: [AJUDA]ChatKill Bugado (/showthread.php?tid=300990)



[AJUDA]ChatKill Bugado - Victor_Souz4 - 02.12.2011

Corrigido obrigado Vini funfou diboa..


Re: [AJUDA]ChatKill Bugado - ViniBorn - 02.12.2011

Troque isto

pawn Код:
if(killerid == INVALID_PLAYER_ID) {
        SendDeathMessage(killerid,playerid,reason);
        PlayerInfo[playerid][pMorreu]++;
        DropWeapons(playerid);
    }else SendDeathMessage(INVALID_PLAYER_ID,playerid,reason);
Por isto


pawn Код:
SendDeathMessage(killerid,playerid,reason);



Re: [AJUDA]ChatKill Bugado - Victor_Souz4 - 02.12.2011

Funcionou, Agora so uma coisinha quando eu me mato nao aparece no chat kill tem como concerta isso ?


Re: [AJUDA]ChatKill Bugado - ViniBorn - 02.12.2011

Seu SendDeathMessage tб no inнcio da public?


Re: [AJUDA]ChatKill Bugado - Victor_Souz4 - 02.12.2011

Sim..