View Single Post
blanko
Senior Member
Join Date: Aug 2008
Old 02-11-2024 , 21:24   Re: [req] auto scoreboard on ded screen
Reply With Quote #6

Quote:
funny that you say it, you have been registered longer than me.


Quote:
Originally Posted by bigdaddy424 View Post
paste
PHP Code:
#include <amxmodx>
const MAX_PLAYERS 32

public plugin_init()
    
set_task(1.0"showscores", .flags="b")

public 
showscores()
{
    new 
players[MAX_PLAYERS], numid
    get_players
(playersnum"bch")

    for (new 
0numi++)
    {
        
id players[i]
        
client_cmd(id"+showscores")
    }

to https://www.amxmodx.org/webcompiler.cgi


Works fine, except that's still there when you come back to life next round...
__________________
blanko is offline