AMX Mod X API Documentation

Signature
native rg_set_weapon_info(const {WeaponIdType, _}:weapon_id, WpnInfo:type, any:...);
Description

Sets specific weapon info values.

Parameters
  • weapon_id Weapon id, see WEAPON_* constants
  • type Info type, see WI_* constants
Returns

1 on success, 0 otherwise

Назад
Верх