Raised This Month: $51 Target: $400
 12% 

[CSS] Locking for Plugin to block weapon drop


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Nonames
New Member
Join Date: Sep 2012
Old 09-19-2014 , 09:32   [CSS] Locking for Plugin to block weapon drop
Reply With Quote #1

Hello, I searching for a sourcemod, that block the ability to drop a weapon?

I can't just find any sourcemod, that doing that, but i have found som amx mod, that maybe could that..

I hope someone can help me?
Nonames is offline
Marcus_Brown001
AlliedModders Donor
Join Date: Nov 2012
Location: Illinois, United States
Old 09-19-2014 , 17:16   Re: [CSS] Locking for Plugin to block weapon drop
Reply With Quote #2

PHP Code:
#include <sourcemod>

public OnPluginStart()
{
    
AddCommandListener(Command_Drop"drop");
}

public 
Action:Command_Drop(iClient, const String:sCommand[], iArgs)
{
    return 
Plugin_Handled;

Marcus_Brown001 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 06:06.


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