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)
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
interfacesobject initialization.
It doesn't work for me, I must be doing something wrong
Put it anywhere after
interfacesobject 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
interfacesobject 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
Most helpful comment
interfaces->gameUI->createCommandMsgBox("This was a triumph!", "Osiris has been successfully loaded.");
put this at the bottom of void Hooks::install() noexcept