[CS:S] SteamID Checker Plugin

[CS:S] SteamID Checker Plugin [v1.4]

No permission to download

CrazyRad

New member
CrazyRad submitted a new resource:

[CS:S] SteamID Checker Plugin - the SteamID Checker plugin for cs:s/csgo just type "!steamid" in chat to see your steamid you can ad

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, "");
}...
Read more about this resource...
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock