PedNameToModel
Внешний вид
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>