Spree not working..
#1

Guys i add this but spree is not working.. Please help me

pawn Код:
if(GetPlayerScore(killerid) == 5)
    {
        SetPlayerScore(killerid, GetPlayerScore(killerid)+2);
        GivePlayerMoney(killerid, 1000);
       
        new string[64], pName[MAX_PLAYER_NAME];
        GetPlayerName(killerid,pName,MAX_PLAYER_NAME);
        format(string,sizeof string,"Server News: %s is Now On Killing Spree Of 5 ",pName);
        SendClientMessageToAll(0xFF8000FF,string);
        SendClientMessage(killerid,COLOR_GREEN,"Congratulation! You Got +2 Scores and 1000$ Money For Killing 5 in Row!");
        return 1;
    }
Reply


Messages In This Thread
Spree not working.. - by iOmar - 27.04.2012, 10:36
Re: Spree not working.. - by Twisted_Insane - 27.04.2012, 10:39
Re: Spree not working.. - by iOmar - 27.04.2012, 10:47
Re: Spree not working.. - by milanosie - 27.04.2012, 12:23
Re: Spree not working.. - by Dan. - 27.04.2012, 12:37
Re: Spree not working.. - by Rudy_ - 27.04.2012, 12:50
Re: Spree not working.. - by zbt - 27.04.2012, 13:10
Re: Spree not working.. - by iOmar - 27.04.2012, 14:09
Re: Spree not working.. - by zbt - 27.04.2012, 14:15
Re: Spree not working.. - by iOmar - 27.04.2012, 14:41

Forum Jump:


Users browsing this thread: 1 Guest(s)