View Single Post
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 03-27-2020 , 21:03   Re: Simple Chat Trigger
Reply With Quote #2

For starters, wrong section.


PHP Code:
#include <sourcemod>
#include <sdktools>

public Plugin myinfo =
{
    
name "Simple Chat Trigger made by Swisser",
    
author "Swisser",
    
description "Simple Chat Trigger by Swisser#8405",
    
version "1.0.0",
    
url "https://steamcommunity.com/id/SwisserYT"
}

public 
void OnPluginStart()
{    
    
RegConsoleCmd("sm_swisser"command_swisser);
}

public 
Action command_swisser(int clientint args)
{
    
PrintToChat(client"Mensagem ");

And what in the world is this? All it does is say message....
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG