Incorect value?
#3

Not sure how your using SetPlayerScore but try this:
- Make a Kills variable to store everyones Kills
- Use SetPlayerScore to update the score for the killerid
pawn Код:
new Kills[MAX_PLAYERS];
Then you can use:
pawn Код:
public OnPlayerDeath(blah blah blah)
{
Kills[killerid] + 1;
SetPlayerScore(killerid,Kills[killerid]);
}
Reply


Messages In This Thread
Incorect value? - by ThePwherer - 01.12.2010, 20:17
Re: Incorect value? - by blackwave - 01.12.2010, 20:38
Re: Incorect value? - by SuperS82 - 01.12.2010, 20:40

Forum Jump:


Users browsing this thread: 1 Guest(s)