client.exec
Executes a console command. Multiple commands can be combined with ';'. Be careful when passing user input (including player names) to it.
client.exec(...)
Arguments
Name | Description | Type |
---|---|---|
cmd | The console command(s) to execute. Additional arguments will be concatenated. | string |