13.01.2013, 16:03
Hey! I get this error
when I compile this
The error is on line 62, i.e SetPlayerScore(i, DriftPointsNow);
Код:
error 035: argument type mismatch (argument 2)
Код:
public RefreshScore() { for(new i=0; i<MAX_PLAYERS; i++) { SetPlayerScore(i, DriftPointsNow); } }