[FilterScript] Venom's MostWanted Killing Spree System
#20

I testes an used on my server and it works fine.
Maybe you can do like my :

pawn Code:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);

    pInfo[playerid][Spawned]    = 0;
    onjob[playerid]             = 0;

    /*-------| Most wanted |------*/
    pInfo[killerid][MostKill]   ++;
    pInfo[playerid][MostKill]   = 0;
    MostStar(playerid);
    MostStar(killerid);
    /*-----------------------------*/
    pInfo[playerid][Deaths]++;

    // gangs
    if(pInfo[killerid][gID] != -1 && pInfo[killerid][gID] != pInfo[playerid][gID])
    {
        gInfo[pInfo[killerid][gID]][gScore]++;
    }

    if(IsPlayerConnected(killerid) && killerid != INVALID_PLAYER_ID)
    {
        pInfo[killerid][Kills]++;
    }
    SetPlayerScore(killerid, GetPlayerScore(killerid) + 1); // +1 Score to KillerID
    GivePlayerMoneyEx(killerid, 15000); // + 100 to the killer
return 1;
}
I make most wanted on top on public playerdeath!

Or update your streamer.inc
Reply


Messages In This Thread
Venom's MostWanted Killing Spree System - by VenomMancer - 03.06.2014, 17:28
Re: Venom's MostWanted Killing Spree System - by rumen98 - 03.06.2014, 18:36
Re: Venom's MostWanted Killing Spree System - by VenomMancer - 03.06.2014, 18:41
Re: Venom's MostWanted Killing Spree System - by rumen98 - 03.06.2014, 19:05
Re: Venom's MostWanted Killing Spree System - by CROSS_Hunter - 03.06.2014, 19:40
Re: Venom's MostWanted Killing Spree System - by [D]ry[D]esert - 03.06.2014, 19:51
Re: Venom's MostWanted Killing Spree System - by rumen98 - 03.06.2014, 20:02
Re: Venom's MostWanted Killing Spree System - by Alex Magaсa - 03.06.2014, 20:10
Re: Venom's MostWanted Killing Spree System - by AiRaLoKa - 04.06.2014, 02:33
Re: Venom's MostWanted Killing Spree System - by VenomMancer - 04.06.2014, 06:51
Re: Venom\'s MostWanted Killing Spree System - by SPA - 04.06.2014, 15:59
Re: Venom\'s MostWanted Killing Spree System - by VenomMancer - 04.06.2014, 23:24
Re: Venom\'s MostWanted Killing Spree System - by SPA - 05.06.2014, 07:50
Re: Venom\'s MostWanted Killing Spree System - by VladimirMark - 05.06.2014, 08:04
Re: Venom\'s MostWanted Killing Spree System - by Ayham - 05.06.2014, 08:36
Re: Venom\'s MostWanted Killing Spree System - by VenomMancer - 05.06.2014, 11:14
Re: Venom\'s MostWanted Killing Spree System - by iRaiDeN - 05.06.2014, 11:41
Re: Venom\'s MostWanted Killing Spree System - by VenomMancer - 05.06.2014, 12:03
Re: Venom\'s MostWanted Killing Spree System - by SPA - 05.06.2014, 12:21
Re: Venom\'s MostWanted Killing Spree System - by VenomMancer - 05.06.2014, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)