19.04.2014, 06:20
I don't quite understand what you're trying to do but this code doesn't really make sence
pawn Код:
SetPlayerScore(killerid, GetPlayerScore(playerid) + 1); //You're setting the killers score to +1 what ever the player they killed score was.
//Shouldn't it be
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);