| Property | Value |
|---|---|
| Native Name | GET_PED_MODEL_NAME_IN_POPULATION_SET |
| Hash | 0x3EAFA1C533B7139E |
| Return Type | Hash |
| Build | 1207 |
| Parameters | popSetHash (Hash), index (int) |
Parameters
popSetHash(Hash)index(int)
Usage
Lua (Direct):
local result = GetPedModelNameInPopulationSet(popSetHash, index)
Lua (Hash):
local result = Citizen.InvokeNative(0x3EAFA1C533B7139E, popSetHash, index)