Native referenceRedMserver

DOES_PLAYER_OWN_SKU

0x167ABA27 CFX
FUNCTION SIGNATURE
BOOL DOES_PLAYER_OWN_SKU(char* playerSrc, int skuId);
Property Value
Native Name DOES_PLAYER_OWN_SKU
Hash 0x167ABA27
Return Type BOOL
API Set server
Parameters playerSrc (char*), skuId (int)

Description: Requests whether or not the player owns the specified SKU.

Parameters

  • playerSrc (char*) — The player handle
  • skuId (int) — The ID of the SKU.
Back to CFX