17.01.2010, 05:29
Well, the odd problem is that it isn't showing my player level in the player list when you press tab, It just started recentley. Oh and whats the bbcode for pawn on these forums
Код:
forward DollahScoreUpdate();
Код:
public DollahScoreUpdate() { new LevScore; for(new i=0; i<MAX_PLAYERS; i++) { if (IsPlayerConnected(i)) { LevScore = PlayerInfo[i][pLevel]; SetPlayerScore(i, LevScore); if (LevScore > LevScoreOld) { LevScoreOld = LevScore; } } } return 1; }