Page 1 of 1

Fexec - executes a command on behalf of another player

Posted: Tue Nov 23, 2021 2:49 pm
by greenie
sm_fexec <target> <command>
sm_exec <target> <command>

The difference in these commands is that they use different functions to execute commands.

Using sm_fexec you can use command like a say/drop. Also you can use any sourcemod commands like a +hook/sm_slap @me/sm_rtv (provided that the target has access to used command).

Using sm_exec you can use command from this list.
sm_fexec <target> <command>
sm_exec <target> <command>

The difference in these commands is that they use different functions to execute commands.

Using sm_fexec you can use command like a say/drop. Also you can use any sourcemod commands like a +hook/sm_slap @me/sm_rtv (provided that the target has access to used command).

Using sm_exec you can use command from this list.
get plugin