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

[CSGO] SimpleCommands


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
StomperG
Junior Member
Join Date: Sep 2018
Plugin ID:
6257
Plugin Version:
1
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Well, today i will realease a CSGO plugin to execute simple commands!
    Unapprover:
    Reason for Unapproving:
    no utility except for the creator
    Old 09-12-2018 , 15:52   [CSGO] SimpleCommands
    Reply With Quote #1

    Description:
    Well, today i will realease a CSGO plugin to execute simple commands!

    Plugin Sourcecodes:
    PHP Code:
    #include <sourcemod>
    #include <sdktools>
    #pragma newdecls required
     
    public Plugin myinfo =
    {
        
    name "[HiddenGaming] Simple Commands",
        
    author "StomperG",
        
    description "This plugin do a simple commands.",
        
    version "1.0.0",
        
    url "http://hiddengaming.gq"
    };
     
     
    public 
    void OnPluginStart()
    {
        
    RegConsoleCmd("sm_grupo"Cmd_Group);
        
    RegConsoleCmd("sm_vip"Cmd_Vip);
        
    RegConsoleCmd("sm_discord"Cmd_Discord);
        
    RegConsoleCmd("sm_comandos"Cmd_Commands);
        
    RegConsoleCmd("sm_pinto"Cmd_Pinto);
        
    RegConsoleCmd("sm_fox"Cmd_Fox);
        
    RegConsoleCmd("sm_scorpion"Cmd_Scorpion);
        
    RegConsoleCmd("sm_stomper"Cmd_Stomper);
    }
     
    public 
    Action Cmd_Group(int clientint args)
    {
        
    PrintToChat(client"»  \x08Entra no nosso grupo!: \x04https://steamcommunity.com/id/StomperG14twitch/");
    }  
     
    public 
    Action Cmd_Vip(int clientint args)
    {
        
    PrintToChat(client"»  \x08Vê as vantagens vip!: \x04https://steamcommunity.com/groups/hiddengamingoficial/discussions/0/1738841319813317175/");
    }
     
    public 
    Action Cmd_Discord(int clientint args)
    {
        
    PrintToChat(client"»  \x08Discord: \x04https://discord.gg/6vpM7A5");
    }
     
    public 
    Action Cmd_Commands(int clientint args)
    {
        
    PrintToChat(client"»  \x08Os comandos são: \x04!stomper, !fox, !scorpion, !scorpion, !discord, !grupo, !vip");
    }
     
    public 
    Action Cmd_Pinto(int clientint args)
    {
        
    PrintToChat(client"- Discord: KRG Pinto#7371");
        
    PrintToChat(client"- Steam: https://steamcommunity.com/id/OfficialPinto/");
    }
     
    public 
    Action Cmd_Fox(int clientint args)
    {
        
    PrintToChat(client"- Discord: The Fox#3624");
        
    PrintToChat(client"- Steam: https://steamcommunity.com/id/thefox1904");
    }
     
    public 
    Action Cmd_Scorpion(int clientint args)
    {
        
    PrintToChat(client"- Discord: ScorpioN#5365");
        
    PrintToChat(client"- Steam: https://steamcommunity.com/id/imscorpion_1337");
    }
     
    public 
    Action Cmd_Stomper(int clientint args)
    {
        
    PrintToChat(client"- Discord: Croassainte#2475");
        
    PrintToChat(client"- Steam: https://steamcommunity.com/id/StomperG14twitch/");

    P.S - I accept sugestions!
    Attached Files
    File Type: sp Get Plugin or Get Source (SimpleCommands.sp - 1587 views - 2.1 KB)
    StomperG is offline
     



    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 17:19.


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