Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: SOURCE 1.04J WIZARD TEAM  (Visto 26888 veces)

kynay and 2 Guests are viewing this topic.

Offline chipcoidj #140 Posteado: November 29, 2024, 03:54:33 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 32
  • vn
Estou com um problema de quando está upando o level para de subir, chega no level 345, o level não sobe mais, continua ganhando experiencia, mas o level não sobe, parece um bug visual do level, alguém conseguiu solucionar esse problema?
I do not have this problem!

Love 1.04J Zalo: 0372 774 662

Offline chipcoidj #141 Posteado: December 27, 2024, 09:42:58 PM | Modificado: December 27, 2024, 09:45:01 PM by chipcoidj

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 32
  • vn

FPS 65 like a Joke!

Love 1.04J Zalo: 0372 774 662

Gracias:


Offline tuyentc #142 Posteado: December 28, 2024, 12:38:36 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 23
  • Gracias recibida: 17
  • vn
can u share code FPS

Gracias:


Offline slyther #143 Posteado: December 28, 2024, 06:33:04 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 7
  • Gracias recibida: 0
Alguém poderia me indicar se é possivel configurar a tecla ESC, para fechar tudo no jogo, um a um?
Meu maior incomodo é não conseguir fechar o Chatbox com o ESC, so com o Enter.



Obrigado, e essa Source ta sensasional, muito obrigado @joaovithor1

Se alguem quiser brincar, estou com o server online. Mas não configurei nada ainda.




Offline chipcoidj #144 Posteado: December 30, 2024, 02:28:10 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 32
  • vn
Alguém poderia me indicar se é possivel configurar a tecla ESC, para fechar tudo no jogo, um a um?
Meu maior incomodo é não conseguir fechar o Chatbox com o ESC, so com o Enter.



Obrigado, e essa Source ta sensasional, muito obrigado @joaovithor1

Se alguem quiser brincar, estou com o server online. Mas não configurei nada ainda.



I haven't seen any fix in your version yet

Love 1.04J Zalo: 0372 774 662

Offline slyther #145 Posteado: December 31, 2024, 12:56:24 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 7
  • Gracias recibida: 0
Alguém poderia me indicar se é possivel configurar a tecla ESC, para fechar tudo no jogo, um a um?
Meu maior incomodo é não conseguir fechar o Chatbox com o ESC, so com o Enter.



Obrigado, e essa Source ta sensasional, muito obrigado @joaovithor1

Se alguem quiser brincar, estou com o server online. Mas não configurei nada ainda.



I haven't seen any fix in your version yet

Não sou programador, longe disso. Eu devo acabar pagando por algum emulador por ai com suporte, não consigo mexer em nada tão cedo. Até exclui o server files da vps ja e estava começando a configurar o teste de 15 dias do Louis, mas sei lá.


Offline InFamous #146 Posteado: January 02, 2025, 11:39:44 AM

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 83
  • Gracias recibida: 3387
  • br
deveria conhecer a team que trabalhou no projeto, super recomendo.
: www.wzteam.com.br


Offline chipcoidj #147 Posteado: January 02, 2025, 09:33:21 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 32
  • vn
basic code show fps
Code: [Select]
void Interface::CheckFps() {
    gInterface.frameCount++;
    DWORD currentTime = GetTickCount();
    DWORD elapsedTime = currentTime - gInterface.lastReport;

    if (elapsedTime >= 1000) {
        gInterface.frameRate = (gInterface.frameCount * 1000) / elapsedTime;
        sprintf(gInterface.FPS_REAL, "FPS: %d", gInterface.frameRate);
        gInterface.lastReport = currentTime;
        gInterface.frameCount = 0;
    }
    char szBuffer[256];
    ZeroMemory(szBuffer, sizeof(szBuffer));
    sprintf_s(szBuffer, "%s ", gInterface.FPS_REAL);
    pDrawText(pTextThis(), 0, 100, szBuffer, 80, 0, (LPINT)3, 0);
}

Love 1.04J Zalo: 0372 774 662

Gracias:


Online phuongcuongmsqm #148 Posteado: January 03, 2025, 03:51:01 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 100
  • Gracias recibida: 30
  • vn
basic code show fps
Code: [Select]
void Interface::CheckFps() {
    gInterface.frameCount++;
    DWORD currentTime = GetTickCount();
    DWORD elapsedTime = currentTime - gInterface.lastReport;

    if (elapsedTime >= 1000) {
        gInterface.frameRate = (gInterface.frameCount * 1000) / elapsedTime;
        sprintf(gInterface.FPS_REAL, "FPS: %d", gInterface.frameRate);
        gInterface.lastReport = currentTime;
        gInterface.frameCount = 0;
    }
    char szBuffer[256];
    ZeroMemory(szBuffer, sizeof(szBuffer));
    sprintf_s(szBuffer, "%s ", gInterface.FPS_REAL);
    pDrawText(pTextThis(), 0, 100, szBuffer, 80, 0, (LPINT)3, 0);
}
HAY QUÁ BRO ƠI

Gracias:


Offline laulinh2 #149 Posteado: March 13, 2025, 11:27:12 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 68
  • Gracias recibida: 14
  • vn
I have configured the IP and everything but when the client clicks on the server it disconnects. Does anyone have the same problem as me?


Offline chipcoidj #150 Posteado: March 14, 2025, 10:49:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 44
  • Gracias recibida: 32
  • vn
I have configured the IP and everything but when the client clicks on the server it disconnects. Does anyone have the same problem as me?
zalo gì chưa người đẹp

Love 1.04J Zalo: 0372 774 662

Gracias:


Offline djkaku #151 Posteado: April 28, 2025, 04:00:52 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 43
  • Gracias recibida: 7
  • ar

Offline samsunggon #152 Posteado: May 23, 2025, 06:15:54 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 471
  • Gracias recibida: 2466
  • ph
visual bug for bundle of jewels

how to fix ?

tnx


DISCORD: valentino1515


Offline rando #153 Posteado: August 28, 2025, 02:48:37 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 1
  • fr
basic code show fps
Code: [Select]
void Interface::CheckFps() {
    gInterface.frameCount++;
    DWORD currentTime = GetTickCount();
    DWORD elapsedTime = currentTime - gInterface.lastReport;

    if (elapsedTime >= 1000) {
        gInterface.frameRate = (gInterface.frameCount * 1000) / elapsedTime;
        sprintf(gInterface.FPS_REAL, "FPS: %d", gInterface.frameRate);
        gInterface.lastReport = currentTime;
        gInterface.frameCount = 0;
    }
    char szBuffer[256];
    ZeroMemory(szBuffer, sizeof(szBuffer));
    sprintf_s(szBuffer, "%s ", gInterface.FPS_REAL);
    pDrawText(pTextThis(), 0, 100, szBuffer, 80, 0, (LPINT)3, 0);
}

Can you give me the full code?


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
2 Replies
3254 Views
Last post February 27, 2018, 11:02:35 AM
by LucasHz
24 Replies
14885 Views
Last post April 09, 2023, 10:07:47 AM
by scfmt
0 Replies
1819 Views
Last post May 09, 2019, 03:22:32 PM
by admmunowar
0 Replies
1059 Views
Last post January 27, 2021, 12:53:55 AM
by zodiacddos
0 Replies
1409 Views
Last post June 28, 2021, 11:25:08 AM
by CorsarioDgx