Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Re: Click to Website for emu  (Visto 86 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline showmax Posteado: March 12, 2023, 10:54:54 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 10
  • Gracias recibida: 4416
  • vn
if(pCheckInMouse( m_Pos.x, m_Pos.y + 15, Width, Height))
{
   if(IsPress(VK_LBUTTON))
   {
      system(gProtect.m_MainInfo.zLinkFB);  //=> gProtect.m_MainInfo.zLinkFB : "xnxx.com"
      //system(gProtect.m_MainInfo.zLinkUrl);
      //ShellExecute(0, 0, gProtect.m_MainInfo.zLinkFB, 0, 0 , SW_SHOW );
      //ShellExecuteA(NULL, "open", gProtect.m_MainInfo.zLinkFB, NULL, NULL, SW_SHOWNORMAL);
      //ShellExecuteA(NULL, "open", gProtect.m_MainInfo.zLinkUrl, NULL, NULL, SW_SHOWNORMAL);
      PlayBuffer(25, 0, 0);
   }   
}


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate