View Single Post
Kevin_b_er
SourceMod Donor
Join Date: Feb 2009
Old 01-01-2011 , 14:36   Re: [TF2] Medic Amputator Glitch Fix
Reply With Quote #5

FakeClientCommand doesn't send the command to the client, it ends up sending the command the server's API for processing commands from clients. The server is made to think the client ran a command.

You should look into the "%N" and "%L" format specifiers. They could make things cleaner.
__________________
Kevin_b_er is offline