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

[CS:GO] Spy exact players - send messages to discord


Post New Thread Reply   
 
Thread Tools Display Modes
Author
ladaladik
BANNED
Join Date: Nov 2019
Plugin ID:
7901
Plugin Version:
1.0
Plugin Category:
All
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    This plugins allows you to target exact players and send their messages to your desired channel
    Old 12-27-2021 , 04:16   [CS:GO] Spy exact players - send messages to discord
    Reply With Quote #1

    This plugin allows you to target someone and see all their messages, when they connect or leave in discord room that you choose, you can make xxx channels for xxx players, it is connected with mysql (You can't use it without mysql)

    Commands :
    /addtarget "steam64" "webhook entry name" "description"
    /removetarget "steam64" //if you want to use command.
    /targets //menu where you can remove and see every targeted player.


    video showcase of plugin (sorry for my bad english, but its mainly so you can see what it can do also good if you didnt understand how it works and what it does from this text)



    instructions :
    1. put targets.smx into your plugins folder

    2. You need to make myql entry in databases.cfg called "target" instructions :

    3. Download discord api

    go to csgo/addons/sourcemod/configs and open databases.cfg

    Then at the bottom you need to paste this and fill in the information :

    PHP Code:
        "target"
        
    {
        
    "driver"            "mysql"
        "host"            "your mysql host"    
    // The host where your mysql server is located
        
    "database"            "database"    // The name of the database
        
    "user"            "user (most likely same as database)"        // The name of the user that the plugin should use to connect
        
    "pass"            "database password"    // The password for this user
            //"timeout"                     "0"
            //"port"                        "3306"
        

    Attached Files
    File Type: sp Get Plugin or Get Source (lTargets.sp - 104 views - 6.4 KB)

    Last edited by ladaladik; 12-27-2021 at 13:43.
    ladaladik is offline
    Reply



    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 14:18.


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