SetWarningMessageWithHeader
Docslocal p7 = SetWarningMessageWithHeader(titleMsg, entryLine1, flags, promptMsg, p4, p5, background, showBg)Description
You can only use text entries. No custom text.
C# Example :
Function.Call(Hash._SET_WARNING_MESSAGE_2, "HUD_QUIT", "HUD_CGIGNORE", 2, "HUD_CGINVITE", 0, -1, 0, 0, 1);
you can recreate this easily with scaleforms
---------------
Fixed native name, from before nativedb restoration.
NativeDB Added Parameter 10: Any p9
Parameters
| Name | Type | Description |
|---|---|---|
titleMsg | char* | — |
entryLine1 | char* | — |
flags | int | — |
promptMsg | char* | — |
p4 | BOOL | — |
p5 | Any | — |
background | BOOL | — |
p7 | Any* | — |
showBg | BOOL | — |
Returns
voidThis native does not return a value.