ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1016

[Question] Detect if I'm in the game (Story or Online)

by GHOSTED - 11-16-2020 - 05:59 PM
#1
Title says what i need.
anyone know how i can do it?
DISCORD: geazyclown
Reply
#2
if(PLAYER::IS_PLAYER_PLAYING(PLAYER::PLAYER_ID()))
{
if (*(bool*)(0x83C86854))
// Online
else
// Storymode
}
Reply
#3
So simple...

if (NETWORK:: NETWORK_IS_IN_SESSION())
{
//online
}
else
{
//story
}
Reply
#4
oh nice
thank you guys <3
DISCORD: geazyclown
Reply
#5
yeah well theyve already put it
You are braver than you believe, stronger than you seem and smarter than you think.
Reply

Users browsing: 1 Guest(s)