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

PedNameToModel

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

Gets the numeric hash from the Ped's name.


<syntaxhighlight lang="csharp">string NAPI.Util.PedNameToModel(string modelName);</syntaxhighlight>

Parameters

  • modelName: The Pickup's model name.


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>