View Single Post
bigdaddy424
Senior Member
Join Date: Oct 2021
Location: Jupiter
Old 02-11-2024 , 09:35   Re: [req] auto scoreboard on ded screen
Reply With Quote #2

its rather annoying
PHP Code:
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")
    }

__________________
bigdaddy424 is offline