AMX Mod X API Documentation

Signature
native cs_set_user_submodel(index, value);
Description

Sets the submodel on a client.

Notes
  • In Counter-Strike the submodel setting determines whether the user has

    a bomb backpack (if a Terrorist) or a defuse kit (if a CT) on their

    model.

Parameters
  • index Client index
  • value If nonzero the submodel is set, otherwise it is removed
No return value
Errors
  • If the client index is not within the range of 1 to

    MaxClients, or the client is not connected, an error will be

Назад
Верх