ns_set_weap_dmg
Syntax
native ns_set_weap_dmg(idWeapon, Float:damage);
Usage
| Parameter | Description |
|---|---|
| idWeapon | The entity index of the weapon to set. |
| damage | The damage to make this weapon cause. |
Description
Sets the damage for this weapon.
Note
Use weapon index, not player index!
Return
This function has no return value.