09.02.2011, 13:19
exp do you mean score?
if you mean score its this
gives the killer +1 score
gives the person who died -1 score
overall
under onplayerdeath
if you mean score its this
Код:
SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
Код:
SetPlayerScore(killerid,GetPlayerScore(playerid)-1);
overall
Код:
SetPlayerScore(killerid,GetPlayerScore(killerid)+1); SetPlayerScore(killerid,GetPlayerScore(playerid)+1);