Post: What is the code for the welcome message on SPRX?
05-18-2017, 04:28 PM #1
xSins
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Like, when you start up a game, it says "Welcome to Serendipity" as an ps3 error? i need the code
05-25-2017, 11:29 AM #2
I have a paid code to access and download Serendipity
05-29-2017, 07:31 PM #3
avatar1o1234
Samurai Poster
Originally posted by 562 View Post
I have a paid code to access and download Serendipity


He's asking to learn how make the pop up happen.
05-29-2017, 07:45 PM #4
Thanks for clearing that up for me. I also have the problem of welcome msg is not showing at all when i start up Gta5 its the police sirens not the freeway scenes
05-30-2017, 05:15 PM #5
extern "C" int PRX_ENTRY()
{
sys_ppu_thread_t ThreadModuleID;
sys_ppu_thread_create(&ThreadModuleID, Thread, 0, 10, 0x10, 0, "Nun");
Dialog::msgdialog_mode = Dialog::MODE_STRING_OK;
Dialog::Show("Text Here :P .");
return SYS_PRX_RESIDENT;
}
Last edited by Bosix123 ; 05-30-2017 at 05:38 PM.

The following 2 users say thank you to Bosix123 for this useful post:

MessinBound, xSins
05-30-2017, 05:15 PM #6
ignore pragma endregion
06-30-2017, 02:38 PM #7
ByMyxa
Do a barrel roll!
extern "C" int PRX_ENTRY()
{
sys_ppu_thread_t ThreadModuleID;
sys_ppu_thread_create(&ThreadModuleID, Thread, 0, 10, 0x10, 0, "Nun");
Dialog::msgdialog_mode = Dialog::MODE_STRING_OK;
Dialog::Show("Text Here :P .");
return SYS_PRX_RESIDENT;
}
11-21-2018, 01:38 PM #8
it gives me error
03-06-2019, 06:25 PM #9
how do i add this to my menu?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo