View Single Post
Author Message
thresh
New Member
Join Date: Mar 2015
Old 04-21-2015 , 04:43   how can i hook void ClientCommand
Reply With Quote #1

Hello,
I try
void ClientCommand(edict_t *pEntity)
{
SERVER_PRINT("HALLO");
}
but it doesnt work. How can i hook all send to client commands on metamod plugin ?
thresh is offline