Перейти к содержанию

WeaponNameToModel

Материал из RAGE MP Wiki Archive

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>