Portal SAMP
[Ajuda] Bug com timer - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] Bug com timer (/showthread.php?tid=2070)



Bug com timer - EooRett - 04/02/2022

isso ocorre quando um player morre:

Código PHP:
11:55:30] [deathDeus_Russo died 255
fixes
.inc warningTimer ID `-1detectedThis may be due to the use
[
11:55:35] *** an invalid/reset timer value of `-1instead of `0`. 


Os timers que estão ligados na hora que ele morre só são esses dois:

Código PHP:
hook OnGameModeInit(){
    TimerAttBenefit SetTimer("UpdateEndBenefit"1000true);
    return 1;
}

hook OnGameModeInit(){
    TimerJBL SetTimer("CallJBL"1000true);
    return 1;




RE: Bug com timer - xbruno1000x - 04/02/2022

Qual é exatamente o bug? Não há, pois isso é apenas um warning(aviso).

Isso deve fazer o aviso sumir:
Código:
//Coloque antes da include fixes.inc
#define FIXES_CorrectInvalidTimerID 1