native cs_get_weapon_id(index);
index | Weapon entity index |
Returns the weapon id of an entity.
For a list of possible weapon ids see the CSW_* constants in amxconst.inc
This native does not verify that the provided entity is a weapon entity. It will return incorrect values for non-weapon entities.
Weapon id
If an invalid entity index or a client index is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.