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

[CS:S] SteamID Checker Plugin by KycoCss


Post New Thread Reply   
 
Thread Tools Display Modes
Author
kycocss
New Member
Join Date: Nov 2018
Plugin ID:
6338
Plugin Version:
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 11-12-2018 , 10:45   [CS:S] SteamID Checker Plugin by KycoCss
    Reply With Quote #1

    Hello guys! i maded the SteamID Checker plugin for cs:s/csgo just type "!steamid" in chat to see your steamid you can add this plugin in your server it helps alot of people to see steamid in just 1 sec. so this is my first plugin i hope you will like it!
    Attached Files
    File Type: sp Get Plugin or Get Source (steamid.sp - 1043 views - 689 Bytes)
    kycocss is offline
    iskenderkebab33
    Senior Member
    Join Date: Jun 2018
    Old 11-12-2018 , 14:03   Re: [CS:S] SteamID Checker Plugin by KycoCss
    Reply With Quote #2

    GZ on your first plugin!

    but you coded in the old syntax, here is a code with the new syntax, feel free to use it:

    PHP Code:
    /*
     * SteamID Checker Plugin by : kycocss
     * SourceMod (c) 2015.
     * No Copyright Disclaimed. All rights reserved.
    */

    #include <sourcemod>

    #pragma semicolon 1
    #pragma newdecls required

    public Plugin myinfo 
    {
        
    name "SteamID Checker",
        
    author "kycocss",
        
    description "check steamid by typing in chat",
        
    version "2.5.0",
        
    url "http://forums.alliedmods.net/",
    };

    public 
    void OnPluginStart()
    {
        
    RegConsoleCmd("sm_steamid"CommandSteamid"");
    }

    public 
    Action CommandSteamid(int clientint args)
    {
        
    char authid[32];
        
    GetClientAuthId(clientAuthId_Steam2authidsizeof(authid));
        
        
    PrintToChat(client"\x04[SM] \x01Here is your \x04%s \x01SteamID."authid);
        return 
    Plugin_Handled;

    iskenderkebab33 is offline
    Obyboby
    Veteran Member
    Join Date: Sep 2013
    Old 11-12-2018 , 15:02   Re: [CS:S] SteamID Checker Plugin by KycoCss
    Reply With Quote #3

    Can I use it to show another players STEAM ID? Could be useful for moderators I think.
    __________________
    Obyboby is offline
    kycocss
    New Member
    Join Date: Nov 2018
    Old 11-13-2018 , 14:49   Re: [CS:S] SteamID Checker Plugin by KycoCss
    Reply With Quote #4

    Quote:
    Originally Posted by iskenderkebab33 View Post
    GZ on your first plugin!

    but you coded in the old syntax, here is a code with the new syntax, feel free to use it:

    PHP Code:
    /*
     * SteamID Checker Plugin by : kycocss
     * SourceMod (c) 2015.
     * No Copyright Disclaimed. All rights reserved.
    */

    #include <sourcemod>

    #pragma semicolon 1
    #pragma newdecls required

    public Plugin myinfo 
    {
        
    name "SteamID Checker",
        
    author "kycocss",
        
    description "check steamid by typing in chat",
        
    version "2.5.0",
        
    url "http://forums.alliedmods.net/",
    };

    public 
    void OnPluginStart()
    {
        
    RegConsoleCmd("sm_steamid"CommandSteamid"");
    }

    public 
    Action CommandSteamid(int clientint args)
    {
        
    char authid[32];
        
    GetClientAuthId(clientAuthId_Steam2authidsizeof(authid));
        
        
    PrintToChat(client"\x04[SM] \x01Here is your \x04%s \x01SteamID."authid);
        return 
    Plugin_Handled;

    Thanks for the advice
    kycocss is offline
    kycocss
    New Member
    Join Date: Nov 2018
    Old 11-13-2018 , 14:55   Re: [CS:S] SteamID Checker Plugin by KycoCss
    Reply With Quote #5

    Quote:
    Originally Posted by Obyboby View Post
    Can I use it to show another players STEAM ID? Could be useful for moderators I think.
    download this one...
    Attached Files
    File Type: sp Get Plugin or Get Source (steamid.sp - 686 views - 634 Bytes)
    kycocss 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 11:37.


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