AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CSGO] SimpleCommands (https://forums.alliedmods.net/showthread.php?t=310630)

StomperG 09-12-2018 15:52

[CSGO] SimpleCommands
 
1 Attachment(s)
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! :)

KewaiiGamer 09-12-2018 15:57

Re: [CSGO] SimpleCommands
 
At least he using the new syntax...

mug1wara 09-12-2018 16:05

Re: [CSGO] SimpleCommands
 
Quote:

Originally Posted by KewaiiGamer (Post 2614928)
At least he using the new syntax...

ikr? R E V O L U T I O N A R Y

Dkmuniz 09-12-2018 16:40

Re: [CSGO] SimpleCommands
 
You can use so many plugins for chat messages ...


Offtopic: Mano, não posta essas coisas aqui não! Os gringo ficam putao HAHAHHAA mas é bom que esteja aprendendo sourcepawn. Abraço

KewaiiGamer 09-12-2018 16:49

Re: [CSGO] SimpleCommands
 
This looks to me as a thirst for fame and not something useful to the community.

He could've just used this for his own purpose and learn and eventually post something actually better!

headline 09-13-2018 05:38

Re: [CSGO] SimpleCommands
 
Congratulations on your first release! The plugins section on this forum are made for plugins designed for other's use, and without these kind of details hard coded in.

Keep developing plugins, excited to see your growth, but I will unapprove this plugin due to the fact that I do not believe it's fit for others.

StomperG 09-13-2018 10:47

Re: [CSGO] SimpleCommands
 
Quote:

Originally Posted by Headline (Post 2614986)
Congratulations on your first release! The plugins section on this forum are made for plugins designed for other's use, and without these kind of details hard coded in.

Keep developing plugins, excited to see your growth, but I will unapprove this plugin due to the fact that I do not believe it's fit for others.

I check on streamer's lives he trying to do this but dont work because webshorcuts dont work and i decided to publish this :/

SpirT 10-20-2018 09:32

Re: [CSGO] SimpleCommands
 
Hi! I would like to say Welcome to Alliedmodders! Hope you can be better on code and using some advanced includes and some another commands!

But i think that plugin is not good for community at all. With that the people that doesn't know nothing about coding, they can follow that to see how to write a command to send a message to a client.

And you're using the new syntax that's good.

Congrats,

SpirT


All times are GMT -4. The time now is 00:12.

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