05.02.2012, 21:31
You can't give yourself score if you kill yourself.
If you want to do that add this.
EDIT: That didn't work. I'll help you test it.
If you want to do that add this.
pawn Код:
if(killerid == playerid)
{
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
return 1;
}