change from money to kills
#1

hi i was wondering if it is possible to change the score from money to kills.

Код:
public ScoreUpdate() {
	foreachEx(i) {
		SetPlayerScore(i,GetPlayerMoney(i));
	}
	return 1;
}
Reply
#2

bump
Reply
#3

Код:
public ScoreUpdate() {
	foreachEx(i) {
		SetPlayerScore(i, ArrayKills[i]);
	}
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)