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

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
__________________
bigdaddy424 is offline