| Property | Value |
|---|---|
| Native Name | _DECOR_SET_PLAYER_INDEX |
| Hash | 0x4BDC83150D43772D |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | entity (Entity), propertyName (char*), value (int) |
Description: Old name: _DECOR_SET_UINT8
Usage
Lua (Direct):
local result = DecorSetPlayerIndex(entity, propertyName, value)
Lua (Hash):
local result = Citizen.InvokeNative(0x4BDC83150D43772D, entity, propertyName, value)