AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   StatsX top15 group by? (https://forums.alliedmods.net/showthread.php?t=230335)

Debesėlis 11-23-2013 13:32

StatsX top15 group by?
 
Can anyone explain for me how statsx top15 is grouped? by eff? acc? can i change it to group by kills? and how to do it?

and what doing this code?
PHP Code:

    register_srvcmd("amx_statsx_mode""cmdPluginMode"ADMIN_CFG"<flags> - sets plugin options")

// Set or get plugin config flags.
public cmdPluginMode(idlevelcid)
{
    if (!
cmd_access(idlevelcid1)) 
        return 
PLUGIN_HANDLED
    
    
if (read_argc() > 1)
        
read_argv(1g_sBufferMAX_BUFFER_LENGTH)
    else
        
g_sBuffer[0] = 0
    
    set_plugin_mode
(idg_sBuffer)
    
    return 
PLUGIN_HANDLED




All times are GMT -4. The time now is 23:17.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.