Raised This Month: $7 Target: $400
 1% 

Steam Works Group Manager


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Russian85
Junior Member
Join Date: Aug 2017
Plugin ID:
5771
Plugin Version:
1.7
Plugin Category:
Server Management
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Provides additional features for other plugin.
    Old 08-19-2017 , 11:30   Steam Works Group Manager
    Reply With Quote #1

    Description:

    This plugin provides additional features for other plugin. Working as core.
    It can check player is in steam group.

    Commands:
    • swgm_check — force check all connected players.
    • swgm_list— list of players with group info.

    Cvars:
    • swgm_groupid — identifier of your steam group.
    • swgm_timer — interval beetwen checks.

    Requirements:

    Sourcemod 1.8+
    SteamWorks

    Instalation:

    Put files from archive into your Sourcemod folder.

    Open group administration panel and copy identifier, then set it in swgm_groupid. (Don't forget edit cfg/sourcemod/swgm.cfg)

    GitHub: SWGM

    Archive contains these modules:
    1. Command Listener - block commands SM (some client side commands as kill may work).
    2. Admin - give specific flags or group.
    Attached Files
    File Type: zip SWGM.zip (34.6 KB, 4184 views)

    Last edited by Russian85; 08-20-2017 at 15:28. Reason: New module. Added SteamWorks.inc (New-Style)
    Russian85 is offline
    Wacci
    AlliedModders Donor
    Join Date: May 2017
    Location: Hungary
    Old 08-20-2017 , 06:43   Re: Steam Works Group Manager
    Reply With Quote #2

    Error while compiling.

    Code:
    //// SWGM.sp
    //
    // D:\csgo\scripting\SWGM.sp(165) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    //
    // 1 Error.
    //
    // Compilation Time: 0,25 sec
    // ----------------------------------------
    
    Press enter to exit ...
    Wacci is offline
    Russian85
    Junior Member
    Join Date: Aug 2017
    Old 08-20-2017 , 10:02   Re: Steam Works Group Manager
    Reply With Quote #3

    Quote:
    Originally Posted by Wacci View Post
    Error while compiling.

    Code:
    //// SWGM.sp
    //
    // D:\csgo\scripting\SWGM.sp(165) : error 180: function return type differs from prototype. expected 'int', but got 'void'
    //
    // 1 Error.
    //
    // Compilation Time: 0,25 sec
    // ----------------------------------------
    
    Press enter to exit ...
    Try:
    Attached Files
    File Type: inc SteamWorks.inc (19.9 KB, 541 views)
    Russian85 is offline
    Hallucinogenic Troll
    Senior Member
    Join Date: Apr 2015
    Old 08-20-2017 , 11:32   Re: Steam Works Group Manager
    Reply With Quote #4

    1 error log found in my test server (with bots).

    Code:
    L 08/20/2017 - 16:30:59: [SM] Exception reported: iClient index 2 is a bot
    L 08/20/2017 - 16:30:59: [SM] Blaming: SWGM.smx
    L 08/20/2017 - 16:30:59: [SM] Call stack trace:
    L 08/20/2017 - 16:30:59: [SM]   [0] ThrowNativeError
    L 08/20/2017 - 16:30:59: [SM]   [1] Line 212, C:\csgo\1.7\addons\sourcemod\scripting\1.8\SWGM.sp::Native_InGroup
    L 08/20/2017 - 16:30:59: [SM]   [3] SWGM_InGroup
    L 08/20/2017 - 16:30:59: [SM]   [4] Line 33, D:\CS Files\Compiler\swgm_groupsteamwarning.sp::Event_PlayerTeam
    L 08/20/2017 - 16:31:12: Error log file session closed.
    __________________
    Hallucinogenic Troll is offline
    Russian85
    Junior Member
    Join Date: Aug 2017
    Old 08-20-2017 , 12:06   Re: Steam Works Group Manager
    Reply With Quote #5

    Quote:
    Originally Posted by Hallucinogenic Troll View Post
    1 error log found in my test server (with bots).

    Code:
    L 08/20/2017 - 16:30:59: [SM] Exception reported: iClient index 2 is a bot
    L 08/20/2017 - 16:30:59: [SM] Blaming: SWGM.smx
    L 08/20/2017 - 16:30:59: [SM] Call stack trace:
    L 08/20/2017 - 16:30:59: [SM]   [0] ThrowNativeError
    L 08/20/2017 - 16:30:59: [SM]   [1] Line 212, C:\csgo\1.7\addons\sourcemod\scripting\1.8\SWGM.sp::Native_InGroup
    L 08/20/2017 - 16:30:59: [SM]   [3] SWGM_InGroup
    L 08/20/2017 - 16:30:59: [SM]   [4] Line 33, D:\CS Files\Compiler\swgm_groupsteamwarning.sp::Event_PlayerTeam
    L 08/20/2017 - 16:31:12: Error log file session closed.
    Use IsFakeClient for check.
    Russian85 is offline
    Cripix
    Senior Member
    Join Date: Sep 2016
    Location: French, Bordeaux
    Old 08-20-2017 , 13:33   Re: Steam Works Group Manager
    Reply With Quote #6

    Hi !

    I tried to use the Command Listener plugin but it does not work though I followed the installation

    Code:
    "Command_Listener"
    {
    	"sm_gloves" {}
    	"sm_glove" {} 
    	"sm_gl" {}
    }
    Code:
    // This file was auto-generated by SourceMod (v1.8.0.6024)
    // ConVars for plugin "SWGM.smx"
    
    
    // Steam Group ID.
    // -
    // Default: "XXXXXXXX"
    swgm_groupid "103582791457978580"
    
    // Interval beetwen steam group checks.
    // -
    // Default: "60.0"
    swgm_timer "15.0"
    But every time I make the command it tells me that I am not in the group but I am there.

    Can you help me or fix it?

    PS:Add an s to the translate folder and French Translate !
    Attached Files
    File Type: txt swgm_cl.phrases.txt (225 Bytes, 755 views)
    __________________
    My jailbreak Server :

    Last edited by Cripix; 08-20-2017 at 13:33.
    Cripix is offline
    Hallucinogenic Troll
    Senior Member
    Join Date: Apr 2015
    Old 08-20-2017 , 13:42   Re: Steam Works Group Manager
    Reply With Quote #7

    Quote:
    Originally Posted by Cripix View Post
    Hi !

    I tried to use the Command Listener plugin but it does not work though I followed the installation

    Code:
    "Command_Listener"
    {
    	"sm_gloves" {}
    	"sm_glove" {} 
    	"sm_gl" {}
    }
    Code:
    // This file was auto-generated by SourceMod (v1.8.0.6024)
    // ConVars for plugin "SWGM.smx"
    
    
    // Steam Group ID.
    // -
    // Default: "XXXXXXXX"
    swgm_groupid "103582791457978580"
    
    // Interval beetwen steam group checks.
    // -
    // Default: "60.0"
    swgm_timer "15.0"
    But every time I make the command it tells me that I am not in the group but I am there.

    Can you help me or fix it?

    PS:Add an s to the translate folder and French Translate !
    I believe you set a ClanID64, instead of a ClanID32.

    I tested with my group and it was working very good:

    Go to your group and click on Edit Group Profile:



    Check your Group ID:

    __________________

    Last edited by Hallucinogenic Troll; 08-20-2017 at 13:43.
    Hallucinogenic Troll is offline
    Cripix
    Senior Member
    Join Date: Sep 2016
    Location: French, Bordeaux
    Old 08-20-2017 , 15:27   Re: Steam Works Group Manager
    Reply With Quote #8

    Quote:
    Originally Posted by Hallucinogenic Troll View Post
    I believe you set a ClanID64, instead of a ClanID32.

    I tested with my group and it was working very good:

    Go to your group and click on Edit Group Profile:



    Check your Group ID:

    Thanks Bro !

    It's working now!
    __________________
    My jailbreak Server :
    Cripix is offline
    Russian85
    Junior Member
    Join Date: Aug 2017
    Old 08-20-2017 , 15:42   Re: Steam Works Group Manager
    Reply With Quote #9

    Quote:
    Originally Posted by Cripix View Post
    PS:Add an s to the translate folder and French Translate !
    Thank you for translation!

    Added new module - Admin Flags/Group.
    Russian85 is offline
    WmakiWmak
    Junior Member
    Join Date: Aug 2016
    Old 08-25-2017 , 09:15   Re: Steam Works Group Manager
    Reply With Quote #10

    Wow! so cool idea, nice release
    WmakiWmak 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 04:36.


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