AMX Mod X API Documentation

Signature
native ns_set_weap_dmg(idWeapon, Float:damage);
Description

Sets the damage for this weapon.

Notes
  • Use weapon index, not player index!
Parameters
  • idWeapon The entity index of the weapon to set.
  • damage The damage to make this weapon cause.
No return value
Назад
Верх