Raised This Month: $32 Target: $400
 8% 

Simple CSGO (!command) plugin - HELP


Post New Thread Reply   
 
Thread Tools Display Modes
ZeNite
Junior Member
Join Date: Feb 2021
Location: Portugal
Old 02-28-2021 , 14:30   Re: Simple CSGO (!command) plugin - HELP
Reply With Quote #11

Quote:
Originally Posted by freak.exe_uLow View Post
too bad you wrote this to him, i was waiting for him to see it for himself
Meanwhile I wrote my own plugin ahhaahh

PHP Code:
#pragma semicolon 1
#define DEBUG

#include <sourcemod>
#include <sdktools>
#include <colors>
#pragma newdecls required

char discord[30] = "(em desenvolvimento)"/* Replace "Discord" to our discord url */
char chat_prefix[15] = "[\x04BeachBar\x01]"/* Replace "Prefix" to our */

public Plugin myinfo 
{
    
name "Custom Commands",
    
author "Zé Nite",
    
description "Simple Custom Commands",
    
version "0.1",
    
url ""
};

public 
void OnPluginStart()
{
    
RegConsoleCmd("sm_discord"cmd_discord);
    
RegConsoleCmd("sm_comandos"cmd_comandos);
}
    public 
Action cmd_comandos(int clientint args)
    {
        
PrintToChat(client"%s Comandos: \x02!ws !knife !gloves !mvp !mvpvol !rank !rankme !rs"chat_prefix);
    }
    
    public 
Action cmd_discord(int clientint args)
    {
        
PrintToChat(client"%s Discord: \x02(em desenvolvimento)\x01."chat_prefix);
    } 
ZeNite is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 02-28-2021 , 14:41   Re: Simple CSGO (!command) plugin - HELP
Reply With Quote #12


Heha.



Anyway, good zenite.
Bacardi is offline
ZeNite
Junior Member
Join Date: Feb 2021
Location: Portugal
Old 02-28-2021 , 14:45   Re: Simple CSGO (!command) plugin - HELP
Reply With Quote #13

Quote:
Originally Posted by Bacardi View Post

Heha.



Anyway, good zenite.
But im still going to use the "[ANY] Chat Responder" because its just better than mine aahahah
ZeNite 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 08:39.


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