How to use /spree (rep++)
#4

pawn Код:
COMMAND:spree(playerid, params[])
{
    if(KillingSpree[playerid] = 0) return SendClientMessage(playerid, -1, "You are not on Killing spree");
    if(KillingSpree[playerid] = 3) return SendClientMessage(playerid, -1, "You are on killing spree of 3 kills");
    if(KillingSpree[playerid] = 6) return SendClientMessage(playerid, -1, "You are on killing spree of 6 Kills");
    // And more..
    return 1;
}
Btw, you need
Код:
 new KillingSpree[MAX_PLAYERS];
On Top..
Reply


Messages In This Thread
How to use /spree (rep++) - by iOmar - 28.04.2012, 15:58
Re: How to use /spree (rep++) - by Mark Shade - 28.04.2012, 16:01
Re: How to use /spree (rep++) - by iOmar - 28.04.2012, 17:09
Re: How to use /spree (rep++) - by Rudy_ - 28.04.2012, 17:18
Re: How to use /spree (rep++) - by zSuYaNw - 28.04.2012, 17:22
Re: How to use /spree (rep++) - by Rudy_ - 28.04.2012, 17:23
Re: How to use /spree (rep++) - by ReVo_ - 28.04.2012, 17:28
Re: How to use /spree (rep++) - by Mean - 28.04.2012, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)