AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   catch command server to client (https://forums.alliedmods.net/showthread.php?t=226644)

xlenonz 09-21-2013 06:40

catch command server to client
 
hi,

how can i catch and log all commands from server to client

example ; if some amxx plugin use client_cmd and "+voice" or "bind b buy"

or other metamod plugins sent client console to command.

i want to catch all of them and log it

is that possible? with orpheu or somehow?

thanks.

dark_style 09-21-2013 06:59

Re: catch command server to client
 
Not possible, if I understand your question correctly.

Black Rose 09-21-2013 07:02

Re: catch command server to client
 
Why?
"bind" command won't work either way

xlenonz 09-21-2013 07:33

Re: catch command server to client
 
i can log admin commands but i want log all command to sended to client too. but i cant anyway for to do that.

my last hope is orpheu and ClientCommand http://metamod.org/dllapi_notes.html#ClientCommand

fysiks 09-21-2013 14:43

Re: catch command server to client
 
If you want to log commands sent by the server to a player, you have to log the commands when you send them (in the plugin that sends them).


All times are GMT -4. The time now is 19:14.

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