07.04.2014, 13:35
Until yesterday it was working,now it doesn`t.
Here`s the code.
Here`s the code.
Код:
public DollahScoreUpdate() { new LevScore; for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { LevScore = PlayerInfo[i][pLevel]; SetPlayerScore(i, LevScore); } } return 1; }