Raised This Month: $12 Target: $400
 3% 

[CS:GO] Advanced ResetScore | 1.0.1


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Javierko
AlliedModders Donor
Join Date: Sep 2017
Location: Czech republic
Plugin ID:
6413
Plugin Version:
1.0.0
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    This is an advanced reset score plugin for CS:GO.
    Old 01-29-2019 , 08:44   [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #1

    Description

    An advanced reset score plugin for CS:GO. You can customize your messages, tags, and more...
    Also if you have some idea, what i can add to this plugin, tell me i should add it.

    Commands

    Player commands
    • /rs, /resetscore - reset player score
    Admin commands
    • /setscore <name or #userid> <kills> <deaths> <assists> <mvps> <score> - set player score
    RequirementsColor support

    {default}
    {darkred}
    {green}
    {lightgreen}
    {red}
    {blue}
    {olive}
    {lime}
    {lightred}
    {purple}
    {grey}
    {orange}

    Cvars

    Spoiler

    Installation

    Download file, open zip file, drag files (addons) and place it into "csgo" folder

    Change log

    Spoiler

    Download

    Plugin | Source | Repository | Ideas?
    __________________
    My Github & Sourcemod work.
    If you like my work and if you want to support me, you can through PayPal.

    Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a

    Last edited by Javierko; 02-23-2019 at 16:13.
    Javierko is offline
    Javierko
    AlliedModders Donor
    Join Date: Sep 2017
    Location: Czech republic
    Old 01-29-2019 , 15:50   Re: [CS:GO] Advanced ResetScore | 1.0.0
    Reply With Quote #2

    New version 1.0.1
    Added:
    • cvar for vip flag
    • cvar for admin flag
    • added /setscore command
    __________________
    My Github & Sourcemod work.
    If you like my work and if you want to support me, you can through PayPal.

    Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a
    Javierko is offline
    lawkmlaw
    Junior Member
    Join Date: Mar 2016
    Old 02-07-2019 , 18:49   Re: [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #3

    Thank you!

    fav liNK:
    speed dating hk

    Last edited by lawkmlaw; 03-29-2019 at 02:42.
    lawkmlaw is offline
    Javierko
    AlliedModders Donor
    Join Date: Sep 2017
    Location: Czech republic
    Old 02-08-2019 , 13:04   Re: [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #4

    Quote:
    Originally Posted by lawkmlaw View Post
    Thank you!
    You're welcome.
    __________________
    My Github & Sourcemod work.
    If you like my work and if you want to support me, you can through PayPal.

    Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a
    Javierko is offline
    BeNq!
    Senior Member
    Join Date: Mar 2009
    Old 04-09-2019 , 10:32   Re: [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #5

    Did not work. Resets statistics, but restores them in the next round.
    BeNq! is offline
    Ilusion9
    Veteran Member
    Join Date: Jun 2018
    Location: Romania
    Old 04-09-2019 , 10:54   Re: [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #6

    Quote:
    Originally Posted by BeNq! View Post
    Did not work. Resets statistics, but restores them in the next round.
    PHP Code:

    void RefreshScore
    (int client)
    {
        
    int entity CreateEntityByName("game_score");
        
        if (
    entity != -1)
        {
            
    DispatchKeyValue(entity"points""0");
            
            
    AcceptEntityInput(entity"ApplyScore"client);
            
    AcceptEntityInput(entity"Kill");
        }

    __________________
    Ilusion9 is offline
    Javierko
    AlliedModders Donor
    Join Date: Sep 2017
    Location: Czech republic
    Old 04-09-2019 , 16:14   Re: [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #7

    Did you just try using this:
    mp_backup_round_auto 0

    + you can remove file paths with this:

    mp_backup_round_file ""
    mp_backup_round_file_last ""
    mp_backup_round_file_pattern ""
    __________________
    My Github & Sourcemod work.
    If you like my work and if you want to support me, you can through PayPal.

    Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a

    Last edited by Javierko; 04-09-2019 at 16:14.
    Javierko is offline
    BulgarianPL
    Member
    Join Date: Dec 2013
    Old 07-30-2019 , 16:27   Re: [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #8

    Quote:
    Originally Posted by Ilusion9 View Post
    PHP Code:

    void RefreshScore
    (int client)
    {
        
    int entity CreateEntityByName("game_score");
        
        if (
    entity != -1)
        {
            
    DispatchKeyValue(entity"points""0");
            
            
    AcceptEntityInput(entity"ApplyScore"client);
            
    AcceptEntityInput(entity"Kill");
        }

    Where do you add this code and does it solve the problem?
    BulgarianPL is offline
    Javierko
    AlliedModders Donor
    Join Date: Sep 2017
    Location: Czech republic
    Old 07-30-2019 , 18:59   Re: [CS:GO] Advanced ResetScore | 1.0.1
    Reply With Quote #9

    Quote:
    Originally Posted by BulgarianPL View Post
    Where do you add this code and does it solve the problem?
    Can you try now? It should be fixed.
    __________________
    My Github & Sourcemod work.
    If you like my work and if you want to support me, you can through PayPal.

    Official SourceMod CZ/SK Discord: https://discord.gg/Qvar55a
    Javierko is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 15:06.


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