WeaponNameToModel
Внешний вид
Gets the numeric hash from the Weapon's name.
<syntaxhighlight lang="csharp">uint NAPI.Util.WeaponNameToModel(string modelName);</syntaxhighlight>
Parameters
- modelName: The Weapon's model name.
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>