Native referenceRedM

SET_MAX_NUM_PORTABLE_PICKUPS_CARRIED_BY_PLAYER

0x0BF3B3BD47D79C08 OBJECT
FUNCTION SIGNATURE
void SET_MAX_NUM_PORTABLE_PICKUPS_CARRIED_BY_PLAYER(Hash modelHash, int p1);
Property Value
Native Name SET_MAX_NUM_PORTABLE_PICKUPS_CARRIED_BY_PLAYER
Hash 0x0BF3B3BD47D79C08
Return Type void
Build 1207
Parameters modelHash (Hash), p1 (int)

Usage

Lua (Direct):

SetMaxNumPortablePickupsCarriedByPlayer(modelHash, p1)

Lua (Hash):

Citizen.InvokeNative(0x0BF3B3BD47D79C08, modelHash, p1)
Back to OBJECT