Raised This Month: $ Target: $400
 0% 

Searching two plugins / cvars


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Honis
SourceMod Donor
Join Date: Jul 2014
Old 05-20-2016 , 08:47   Searching two plugins / cvars
Reply With Quote #1

Hi,

I am looking for two plugins or cvars:
1) Blocking kill command in console

2)Hiding radar after death (tablescore)

https://forums.alliedmods.net/showthread.php?p=2138783 - it doesnt work
Honis is offline
Jakeey802
Senior Member
Join Date: Oct 2015
Old 05-20-2016 , 09:20   Re: Searching two plugins / cvars
Reply With Quote #2

1)

#include <sourcemod>
#pragma semicolon 1

public OnPluginStart()
{
RegConsoleCmd("kill", Command_Disable);
}

public Action:Command_Disable(client, args)
{
return Plugin_Handled;
}
Attached Files
File Type: sp Get Plugin or Get Source (kill_block.sp - 207 views - 201 Bytes)
File Type: smx kill_block.smx (3.4 KB, 86 views)

Last edited by Jakeey802; 05-20-2016 at 09:22.
Jakeey802 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 04:24.


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