Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Ayuda source JCCheckBox + Antilag  (Visto 817 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline SaintZeus Posteado: May 02, 2021, 04:08:38 PM | Modificado: May 05, 2021, 10:12:08 AM by SaintZeus

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 502
  • Gracias recibida: 3249
  • ar

Offline SaintZeus #1 Posteado: May 03, 2021, 09:51:58 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 502
  • Gracias recibida: 3249
  • ar
Ayuda porque la función solo detecta el o y el 1 pero el 2, 3 y 4 no?

Code: [Select]
if ( gCentral1.EventPushCursor(x + 558, y + 38, 40, 12)){
CustomInterfaceType = !CustomInterfaceType;
if(CustomInterfaceType == 0)
WritePrivateProfileStringA("Custom","CustomInterfaceType","0","./Settings.ini");}

if ( gCentral1.EventPushCursor(x + 558, y + 58, 40, 12)){
CustomInterfaceType = !CustomInterfaceType;
if(CustomInterfaceType == 1)
WritePrivateProfileStringA("Custom","CustomInterfaceType","1","./Settings.ini");}

if ( gCentral1.EventPushCursor(x + 558, y + 78, 40, 12) ){
CustomInterfaceType = !CustomInterfaceType;
if(CustomInterfaceType == 2)
WritePrivateProfileStringA("Custom","CustomInterfaceType","2","./Settings.ini");}

if ( gCentral1.EventPushCursor(x + 558, y + 98, 40, 12) ){
CustomInterfaceType = !CustomInterfaceType;
if(CustomInterfaceType == 3)
WritePrivateProfileStringA("Custom","CustomInterfaceType","3","./Settings.ini");}

if ( gCentral1.EventPushCursor(x + 558, y + 118, 40, 12) ){
CustomInterfaceType = !CustomInterfaceType;
if(CustomInterfaceType == 4)
WritePrivateProfileStringA("Custom","CustomInterfaceType","4","./Settings.ini");}


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
15 Replies
13422 Views
Last post May 22, 2020, 08:14:50 PM
by fcbarca1
5 Replies
3060 Views
Last post February 12, 2020, 12:20:16 PM
by bollanog
8 Replies
4705 Views
Last post May 19, 2025, 07:16:10 AM
by Creazsia
0 Replies
1890 Views
Last post April 05, 2021, 02:18:15 AM
by ALIVESOUL
5 Replies
1786 Views
Last post May 24, 2023, 03:43:21 AM
by oxey.mu