This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

!knife Troll


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   Counter-Strike        Category:   General Purpose       
Aaronpierce
Junior Member
Join Date: Aug 2017
Old 08-20-2017 , 19:45   !knife Troll
Reply With Quote #1

Description

Hey there. I run about 3 servers and constantly have people coming in and typing !knife. It annoys me because it's not in the title of my server they just assume it's there and don't realize Valve's set rules. In response to all this, I made a simple chat message plugin when people type !knife it says the phrase:

We do not have this plugin because it's against Valve's TOS. We are children of Jesus.


This plugin is specifically for CS:GO

P.S. I'm fairly new to making plugins so go easy on me. I usually only mess around with HTML.

Commands
  • sm_knife
Installation
  1. Drag knife.sp into your scripting folder
  2. Drag knife.smx into your plugins folder

Code

PHP Code:
#pragma semicolon 1 
#pragma newdecls required 

#include <sourcemod> 

 
public Plugin myinfo =
{
    
name "My Fifth Plugin",
    
author "Deez Newtons (Cure Aaron)",
    
description "Basically a message plugin",
    
version "1.0",
    
url ""
};

public 
void OnPluginStart() 

    
RegConsoleCmd("sm_knife"Command_Print); 


public 
Action Command_Print(int clientint args
{
    if (
IsClientInGame(client))
    {
        
PrintToChat(client"We do not have this plugin because it's against Valve's TOS. We are children of Jesus."); 
    }
    return 
Plugin_Handled

Extra Notes
I will probably be adding a sound to this and add !gloves and !ws to it as well. Currently, !ws and !gloves plugins I've just recently made after this one, will eventually be merged into this one.
If there are any bugs I will do my best to figure out how to fix them but keep in mind I am new.


Thanks for reading and hopefully this ends some of your frustrations too!
Attached Files
File Type: sp Get Plugin or Get Source (knife.sp - 349 views - 604 Bytes)
File Type: smx knife.smx (3.7 KB, 161 views)
File Type: zip knife troll.zip (4.7 KB, 134 views)

Last edited by Aaronpierce; 08-21-2017 at 05:09.
Aaronpierce 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 21:21.


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