xmod_get_wpnname
Syntax
native xmod_get_wpnname(wpnindex, name[], len);
Usage
| Parameter | Description |
|---|---|
| wpnindex | Weapon id |
| name | Buffer to copy weapon name to |
| len | Maximmum buffer size |
Description
Retrieves the full weapon name of a weapon id.
Note
For a list of default CS weapon ids see the CSW_* constants in amxconst.inc, this function also works on custom weapons.
For the default CS weapons this obviously returns true only for CSW_KNIFE.
Return
Number of cells written to buffer
Error
If an invalid weapon id is provided an error will be thrown.