Description: string1 is the only string used in the scripts, the others are null (0)
| Property | Value |
|---|---|
| Native Name | _SET_CURRENT_UGC_MISSION_DESCRIPTION |
| Hash | 0xCE0D2F5586627CCE |
| Return Type | void |
| API Set | client |
| Build | 1207 |
| Parameters | active (BOOL), string1 (const char*), string2 (const char*), string3 (const char*), string4 (const char*) |
Parameters
active(BOOL)string1(const char*)string2(const char*)string3(const char*)string4(const char*)
Usage
Lua (Direct):
SetCurrentUgcMissionDescription(active, string1, string2, string3, string4)
Lua (Hash):
Citizen.InvokeNative(0xCE0D2F5586627CCE, active, string1, string2, string3, string4)