AMX Mod X API Documentation

Signature
stock xs_concmd_name(cid, namestr[], namelen){ new dummy1; new dummy2[1]; get_concmd(cid, namestr, namelen, dummy1, dummy2, 0, 0);}
Description

Retrieves the name of a command identified by its ID.

Parameters
  • cid The command ID.
  • namestr The buffer where to store command's name.
  • namelen The maximum size of the output buffer.
No return value
Назад
Верх