Native referenceRedM

SC_PRESENCE_ATTR_SET_STRING_EX

0x00000000EB2D93B3 SOCIALCLUB
FUNCTION SIGNATURE
BOOL SC_PRESENCE_ATTR_SET_STRING_EX(`attrName` (const char*), `value` (const char*), `p2` (BOOL));
Property Value
Native Name SC_PRESENCE_ATTR_SET_STRING_EX
Hash 0x00000000EB2D93B3
Return Type BOOL
Build 1207
Parameters attrName (const char*), value (const char*), p2 (BOOL)

Parameters

  • attrName (const char*)
  • value (const char*)
  • p2 (BOOL)

Usage

Lua (Direct):

local result = ScPresenceAttrSetStringEx(attrName, value, p2)

Lua (Hash):

local result = Citizen.InvokeNative(0x00000000EB2D93B3, attrName, value, p2)

Back to SOCIALCLUB