AMX Mod X API Documentation

Signature
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
Returns

1 on success, 0 otherwise

Назад
Верх