Native referenceRedM

SC_PROFANITY_CHECK_STRING

0x9C74AC9D87B3FFF4 SOCIALCLUB
FUNCTION SIGNATURE
BOOL SC_PROFANITY_CHECK_STRING(`string` (char*), `token` (int*));

Description: Starts a task to check an entered string for profanity on the ROS/Social Club services.

Property Value
Native Name SC_PROFANITY_CHECK_STRING
Hash 0x9C74AC9D87B3FFF4
Return Type BOOL
Build 1207
Parameters string (char*), token (int*)

Parameters

  • string (char*)
  • token (int*)

Usage

Lua (Direct):

local result = ScProfanityCheckString(string, token)

Lua (Hash):

local result = Citizen.InvokeNative(0x9C74AC9D87B3FFF4, string, token)

Back to SOCIALCLUB