OnFileSend Forward

Called when a client requests a file from the server.

Action OnFileSend(int client, const char[] sFile)

Parameters

int client

Client index.

const char[] sFile

Requested file path.

Return Value

Plugin_Handled to block the transfer, Plugin_Continue to let it proceed.