Osiris: Welcome Message Box

Created on 30 Apr 2020  Â·  9Comments  Â·  Source: danielkrupinski/Osiris

Hello
I would like to place again the welcome popup message that previously had the cheat.
Does anyone know how to do it and in which line would I go from hooks.cpp?

I have tried with
interfaces.gameUI->messageBox("This was a triumph!", "Osiris has been successfully loaded.");
and
interfaces->gameUI->messageBox("This was a triumph!", "Osiris has been successfully loaded.");

In neither case does it work
@danielkrupinski

(Sorry for my english)

Most helpful comment

Put it anywhere after interfaces object initialization.

It doesn't work for me, I must be doing something wrong

interfaces->gameUI->createCommandMsgBox("This was a triumph!", "Osiris has been successfully loaded.");

put this at the bottom of void Hooks::install() noexcept

All 9 comments

It's been renamed to createCommandMsgBox.

It's been renamed to createCommandMsgBox.

And what would the code line look like and what line would I put it on?
Sorry for the inconvenience

Put it anywhere after interfaces object initialization.

Put it anywhere after interfaces object initialization.

It doesn't work for me, I must be doing something wrong

Put it anywhere after interfaces object initialization.

It doesn't work for me, I must be doing something wrong

interfaces->gameUI->createCommandMsgBox("This was a triumph!", "Osiris has been successfully loaded.");

put this at the bottom of void Hooks::install() noexcept

Put it anywhere after interfaces object initialization.

It doesn't work for me, I must be doing something wrong

interfaces->gameUI->createCommandMsgBox("This was a triumph!", "Osiris has been successfully loaded.");

put this at the bottom of void Hooks::install() noexcept

Now Works!
Thank you very much ♥

where should i paste

i said where you should put it....

plss send me picture ım noob

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ogosirisfan picture ogosirisfan  Â·  4Comments

nosexynomoney picture nosexynomoney  Â·  3Comments

hvhdark picture hvhdark  Â·  3Comments

kschou95 picture kschou95  Â·  3Comments

noteffex picture noteffex  Â·  4Comments