AMX Mod X API Documentation

Signature
native rg_set_user_model(const index, const model[], const bool:update_index = false);
Description

Sets the client's player model.

Parameters
  • index Client index
  • model Model name
  • update_index If true, the modelindex is updated as well
Returns

1 on success, 0 otherwise

Назад
Верх