26.07.2012, 18:26
Hello guys , i've got a killing spree system
I created it using a stock function
But the problem is when i add the killing spree under OnPlayerDeath
It stops anycode below it , means onplayerdeath responds untill this part
How to let the code under killing spree work then?
I created it using a stock function
But the problem is when i add the killing spree under OnPlayerDeath
It stops anycode below it , means onplayerdeath responds untill this part
pawn Код:
// Code here responds
KillingSpree(killerid); // my killing spree stock
// Code her and all under it doesn't work