Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const title = CreateVarString(10, "LITERAL_STRING", "TITLE");
- const msg = CreateVarString(10, "LITERAL_STRING", "MSG");
- const struct1 = new DataView(new ArrayBuffer(32));
- const struct2 = new DataView(new ArrayBuffer(64));
- struct2.setBigInt64(8*1, BigInt(title), true);
- struct2.setBigInt64(8*2, BigInt(msg), true);
- const msgId = Citizen.invokeNative("0x9F2CC2439A04E7BA", struct1, struct2, 1);
- setTimeout(() => {
- Citizen.invokeNative("0x00A15B94CBA4F76F", msgId);
- }, 8000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement