[help] How to add a Killing Spree
#1

hi guys, how can i add a killing spree, like if someones kills 3 times without dying he gets a killing spree with a price, how can i do that?
Reply
#2

Heres an example:

Top of script:
pawn Код:
new Killspree[MAX_PLAYERS];
OnPlayerDeath:
pawn Код:
KillSpree[killerid] ++;
KillSpree[playerid] = 0;

if(KillingSpree[killerid] == //Input number of kills)
{
    //Do something here
   
}
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=291213

^ My example!
Reply
#4

https://sampforum.blast.hk/showthread.php?pid=1422137#pid1422137
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)