PedNameToModel

From RAGE Multiplayer Wiki

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...