AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   I want a plugin to help me (https://forums.alliedmods.net/showthread.php?t=320452)

alferd 12-23-2019 03:24

I want a plugin to help me
 
Hello i want a plugin called scoreboard that's mean:
scoreboard.res to scoreboard.sma
If you find it please help me

Code Scoreboard.res:
Code:

"Resource/UI/ScoreBoard.res"
{
        "ClientScoreBoard"
        {
                "ControlName"                "CClientScoreBoardDialog"
                "fieldName"                "ClientScoreBoard"
                "xpos"                "63"
                "ypos"                "42"
                "wide"                "444"
                "tall"                "360"
                "autoResize"                "0"
                "pinCorner"                "0"
                "visible"                "0"
                "enabled"                "1"
                "tabPosition"                "0"
        }
        "ServerName"
        {
                "ControlName"                "Label"
                "fieldName"                "ServerName"
                "xpos"                "3"
                "ypos"                "2"
                "wide"                "250"
                "tall"                "24"
                "autoResize"        "0"
                "pinCorner"                "0"
                "visible"                "1"
                "enabled"                "1"
                "labelText"                ""
                "textAlignment"                "north-west"
                "dulltext"                "0"
                "brighttext"        "1"
        }
        "PlayerList"
        {
                "ControlName"                "SectionedListPanel"
                "fieldName"                "PlayerList"
                "xpos"                "0"
                "ypos"                "0"
                "wide"                "444"
                "tall"                "360"
                "autoResize"                "0"
                "pinCorner"                "0"
                "visible"                "1"
                "enabled"                "1"
                "tabPosition"                "0"
                "autoresize"        "3"
                "linespacing"        "13"
        }
}


OciXCrom 12-23-2019 07:44

Re: I want a plugin to help me
 
And what is this plugin supposed to do? Modifying the scoreboard is not possible.

JocAnis 12-23-2019 08:58

Re: I want a plugin to help me
 
you probably want to change someones scoreboard, which is the worst slowhacking..
you wont get help here about it

alferd 12-24-2019 02:33

Re: I want a plugin to help me
 
I want to change scoreboard For the server

OciXCrom 12-24-2019 08:21

Re: I want a plugin to help me
 
There's no such thing "server scoreboard". The scoreboard is client-side and you're not able to change it.


All times are GMT -4. The time now is 02:41.

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