View Single Post
minimovz
Member
Join Date: Jan 2011
Old 11-26-2020 , 07:25   Re: [Request] Plugin that binds things without changing player cfg
Reply With Quote #8

Quote:
Originally Posted by SSheriFF View Post
Try that. Also you didnt mention which game.
PHP Code:
#include <cstrike>
public Action CS_OnCSWeaponDrop(int clientint weaponIndex)
{
    
FakeClientCommand(client"sm_guns");

didn't work, OnCSWeaponDrop only gets called when the gun is actually dropped i think, the deathmatch plugin doesn't allow the guns to be dropped
minimovz is offline