mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
fixed EndRound Stats
This commit is contained in:
parent
51ff0a2c49
commit
9b8658606b
@ -507,6 +507,7 @@ public round_end(){
|
||||
|
||||
get_players(players,pnum,"c")
|
||||
for (new i=0;i<pnum;i++) {
|
||||
len = 0
|
||||
len += format(g_Buffer2[len] , 1023 - len ,
|
||||
"%L: %s^n%d %L^n",players[i],"BEST_SCORE", name1 , score,players[i],"POINTS" )
|
||||
len += format(g_Buffer2[len] , 1023 - len ,
|
||||
|
Loading…
Reference in New Issue
Block a user