Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: DISPLAY ITEM INFORMATION DROPING WHEN BEING KILLED  (Visto 3909 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline NghienMU #20 Posteado: August 06, 2023, 11:05:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 39
  • vn
Error   1   error C2065: 'g_ShowInventoryGX' : identificador no declarado

help

Show Screenshot build error of you ? I see view

fix hiển thị trên item socket đi bro ơi

Gracias:


Offline Ryzenn #21 Posteado: August 06, 2023, 12:15:21 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 2200
  • ar
Error   1   error C2065: 'g_ShowInventoryGX' : identificador no declarado

help

Show Screenshot build error of you ? I see view
this?
https://ibb.co/jgdtzwS

Se tu mismo, lo demás lo vas aprendiendo por el camino.

Offline Ryzenn #22 Posteado: August 06, 2023, 12:21:11 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 2200
  • ar
Se tu mismo, lo demás lo vas aprendiendo por el camino.

Offline esteban #23 Posteado: August 06, 2023, 01:52:47 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 463
  • Gracias recibida: 3544
  • pe
Error   1   error C2065: 'g_ShowInventoryGX' : identificador no declarado

help

#define Show_ThongTin_VatPham_Drop_KhiGietQuai_HoacQuangBox  1
#include "ShowInfoItemDrop.h"


Offline dakosmu #24 Posteado: August 07, 2023, 03:08:59 AM | Modificado: August 07, 2023, 03:12:43 AM by dakosmu

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 628
  • Gracias recibida: 5995
  • ve
Error   1   error C2065: 'g_ShowInventoryGX' : identificador no declarado

help

Show Screenshot build error of you ? I see view
this?
https://ibb.co/jgdtzwS


Citar
ShowInfoItemDrop.cpp


Citar
ShowInfoItemDrop.h




Citar
Search for any of these and add below

Search
Citar
   InitItem();

   InitJewel();

   InitPrintPlayer();

   InitReconnect();

   InitResolution();

   gController.Load();

   InitWing();

   gObjUser.Load();
Add
Code: [Select]
g_ShowInventoryGX.Init();

Dakosmu Colaborador

Offline Rindy #25 Posteado: August 07, 2023, 06:48:09 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 68
  • Gracias recibida: 1599
  • gb

Offline showmax #26 Posteado: August 07, 2023, 06:54:30 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 205
  • Gracias recibida: 4568
  • vn
nhìn cái đuôi GX thấy quen quen


Offline Ryzenn #27 Posteado: August 07, 2023, 07:31:02 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 2200
  • ar
Error   1   error C2065: 'g_ShowInventoryGX' : identificador no declarado

help

Show Screenshot build error of you ? I see view
this?
https://ibb.co/jgdtzwS


Citar
ShowInfoItemDrop.cpp

Citar
ShowInfoItemDrop.h


Citar
Search for any of these and add below

Search
Citar
   InitItem();

   InitJewel();

   InitPrintPlayer();

   InitReconnect();

   InitResolution();

   gController.Load();

   InitWing();

   gObjUser.Load();
Add
Code: [Select]
g_ShowInventoryGX.Init();
I thank you bro, more, the soucer that I have does not have the files “Object.h”/ "postInterface.h"/ "WindowsStruct.h”
Therefore I will not be able to apply these codes to said source, a pity, that is why I have not answered the topic again saying if it worked or not

Se tu mismo, lo demás lo vas aprendiendo por el camino.

Offline llZeuzll #28 Posteado: August 08, 2023, 12:02:08 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 17
  • Gracias recibida: 233
  • pe
Buenas Como podría ser en cuestión de los jewels , potiones , box no se ve la información ... alguien me podria decir que cosa falta agregar?

Muchas gracias por la src es muy bueno


Offline zhangjianle865 #29 Posteado: January 28, 2024, 09:48:35 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 126
  • Gracias recibida: 86
  • cn

Offline KhongGianOL #30 Posteado: January 29, 2024, 09:12:19 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 216
  • Gracias recibida: 589
  • vn
Error   1   error C2065: 'g_ShowInventoryGX' : identificador no declarado

help

Show Screenshot build error of you ? I see view
this?
https://ibb.co/jgdtzwS


Citar
ShowInfoItemDrop.cpp

Citar
ShowInfoItemDrop.h


Citar
Search for any of these and add below

Search
Citar
   InitItem();

   InitJewel();

   InitPrintPlayer();

   InitReconnect();

   InitResolution();

   gController.Load();

   InitWing();

   gObjUser.Load();
Add
Code: [Select]
g_ShowInventoryGX.Init();
I thank you bro, more, the soucer that I have does not have the files “Object.h”/ "postInterface.h"/ "WindowsStruct.h”
Therefore I will not be able to apply these codes to said source, a pity, that is why I have not answered the topic again saying if it worked or not

It has nothing to do with it. If there is a library missing, then you can add it yourself from other source code? Don't tell me that you only copy and paste...

Be kind, for everyone you meet is fighting their hard battle

Offline Greenland #31 Posteado: January 29, 2024, 03:06:05 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 0
  • ua
what version are we talking about?


Offline KhongGianOL #32 Posteado: January 30, 2024, 08:59:33 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 216
  • Gracias recibida: 589
  • vn
Be kind, for everyone you meet is fighting their hard battle

Offline Greenland #33 Posteado: January 30, 2024, 03:32:13 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 0
  • ua
what version are we talking about?

EMU-SSeMu all this user it's !

I'm interested in what season these offsets are indicated, what's in the topic


Offline Greenland #34 Posteado: January 31, 2024, 12:54:21 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 0
  • ua
I need offsets for this topic https://tuservermu.com.ve/index.php?topic=58629.0
Who will help with offsets for this build?


Offline Greenland #35 Posteado: February 08, 2024, 05:06:02 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 0
  • ua

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
0 Replies
1357 Views
Last post May 18, 2017, 07:44:07 PM
by Azzlaer
0 Replies
576 Views
Last post October 14, 2018, 12:02:37 AM
by c4nhsatcodong
4 Replies
832 Views
Last post July 05, 2021, 01:50:55 PM
by showmax
2 Replies
364 Views
Last post March 11, 2023, 01:12:29 AM
by ZabiinoOo
0 Replies
152 Views
Last post November 13, 2023, 11:06:49 AM
by pandamu