PedNameToModel
Gets the numeric hash from the Ped's name.
C# Syntax
string NAPI.Util.PedNameToModel(string modelName);
Parameters
- modelName: The Pickup's model name.
Example
// Code here...
Gets the numeric hash from the Ped's name.
string NAPI.Util.PedNameToModel(string modelName);
// Code here...