Author Topic: Team Giving Away Guns  (Read 671 times)

I'm hosting a mini game.  One team has guns, and the other one doesn't.  For some reason, a couple of people keep doing Ctrl+W to throw their guns to give to the other team.  Is there any way to prevent this?

Why the hell would the other team not have guns


I guess you could do a quick override in the console if you're okay with the players not being able to drop items at all.

Keep in mind that this temporarily removes default functionality and the next server you start will include this function again. If you'd like, you can re-code the function again if you need to have the ability back but don't want to restart the server.

Code: [Select]
function serverCmdDropTool(%client, %slot) { return; }

-snip-
Also, please don't blame me if this causes problems - I have given a warning.

I guess it's worth a shot....

There is a mod that does this, but I can't remember the name.