native
rg_internal_cmd
Syntax
native rg_internal_cmd(const index, const cmd[], const arg[] = "");
Description
Executes a client command on the gamedll side.
Parameters
| index | Client index |
|---|---|
| command | Client command to execute |
| arg | Optional command arguments |
Return
1 on success, 0 otherwise