Portal SAMP
[Ajuda] progressbar no Open MP - 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] progressbar no Open MP (/showthread.php?tid=4202)



progressbar no Open MP - L10motos - 13/11/2023

Me deparei com um problema que não sei se é comum com vocês no Open MP:

Código:
C:\Users\neuza\Downloads\Server\qawno\include\progressbar.inc(54) : warning 213: tag mismatch: expected tag "PlayerText", but found none ("_")
C:\Users\neuza\Downloads\Server\qawno\include\progressbar.inc(55) : warning 213: tag mismatch: expected tag "PlayerText", but found none ("_")

Código PHP:
static
    
PlayerBars[MAX_PLAYERS][MAX_PLAYER_BARS][E_BAR_DATA], //erro linha 54
    
PlayerBarText[MAX_PLAYER_BARS][E_BAR_TEXT_DRAW]; //erro linha 55 



RE: progressbar no Open MP - zBreno - 13/11/2023

você ta ciente disso certo? https://portalsamp.com/showthread.php?tid=3434 o opemmp ainda não ta pronto e só vão começar as migrações quando o cliente tiver 100% funcional coisa que vai demorar muito ainda pra acontecer


RE: progressbar no Open MP - Dr Editor - 13/11/2023

Tente:
Código PHP:
static
    PlayerText:PlayerBars[MAX_PLAYERS][MAX_PLAYER_BARS][E_BAR_DATA], //erro linha 54
    PlayerText:PlayerBarText[MAX_PLAYER_BARS][E_BAR_TEXT_DRAW]; //erro linha 55 



RE: progressbar no Open MP - L10motos - 13/11/2023

(13/11/2023 15:57)Dr Editor Escreveu: Tente:
Código PHP:
static
    PlayerText:PlayerBars[MAX_PLAYERS][MAX_PLAYER_BARS][E_BAR_DATA], //erro linha 54
    PlayerText:PlayerBarText[MAX_PLAYER_BARS][E_BAR_TEXT_DRAW]; //erro linha 55 

Nossa, eu tô ferrado, não sumiu os avisos

Citar:C:\Users\neuza\Downloads\Server\qawno\include\progressbar.inc(54) : warning 213: tag mismatch: expected tag "PlayerText", but found none ("_")
C:\Users\neuza\Downloads\Server\qawno\include\progressbar.inc(55) : warning 213: tag mismatch: expected tag "PlayerText", but found none ("_")



RE: progressbar no Open MP - pushline - 13/11/2023

atualize a include - https://github.com/Southclaws/progress2/blob/master/progress2.inc


RE: progressbar no Open MP - L10motos - 13/11/2023

Reputado!