03.03.2010, 11:49
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;
}

