Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How can I read "Instant replay" and "Pause" state from ...

Featured Replies

Is it possible ?I tried this (in part of callback):--------------------------------------------[pre]char v_paused = 0;UINT32 mMem;HANDLE hMod=NULL;if ((hMod) == NULL) { hMod = GetModuleHandle("GLOBAL.DLL"); if ((hMod) != NULL) { mMem = ((UINT32) GetProcAddress(hMod,"Linkage")) + 0x0250; //? pause offset ? } else { mMem = 0; }}if (mMem != 0) { nVal=((* (char *)mMem)); // If paused, then the memory value is equals 0, else this value equals 1. if (nVal == 0) { v_paused = 1; //YES } else { v_paused = 0; //NO }}[/pre]--------------------------------------------I don't know what is the wrong: the address (offset) or my code ?Can you tell me the contacts for this question ?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.