14/01/2024 00:45
(Esta mensagem foi modificada pela última vez a: 14/01/2024 01:04 por White_Blue.)
bem, eu estou suando o plugin textdraw-streamer, por que eu criei um novo sistema usando textdraw, e quando fui testar vi que todos as antigas textdraw tinham sumido, incluindo a textdraw da tela de login dessa formão impedindo a entrada dos players, fui pesquisar sobre e vi que esse plguin podia resolver, pois o que podia ter acontecido é que de alguma formar que eu não sei como a capacidade de textdraw do servidor foi esgotada, e esse plguin quebra esse limite, usando esse plguin continua com o mesmo problema, fui verificar a server_log.txt e vejo as seguintes mensagem
indo na linha do erro que é da linha 8734-8736 tenho esse código
e minha duvida agora é o que faço agora eu não sei mesmo o que fazer.
Citar:[15:20:13] [textdraw.streamer] DynamicPlayerTextDrawShow: First use the CreatePlayerTextDraw function. (playerid: 0, textId: 69) (C:\Users\user\Desktop\arquivos importantes (SAMP)\novo orleans\gamemodes\main.pwn:8734)
[15:20:13] [textdraw.streamer] DynamicPlayerTextDrawHide: First use the CreatePlayerTextDraw function. (playerid: 0, textId: 81) (C:\Users\user\Desktop\arquivos importantes (SAMP)\novo orleans\gamemodes\main.pwn:8736)
[15:20:13] [textdraw.streamer] DynamicPlayerTextDrawHide: First use the CreatePlayerTextDraw function. (playerid: 0, textId: 82) (C:\Users\user\Desktop\arquivos importantes (SAMP)\novo orleans\gamemodes\main.pwn:8736)
[15:20:13] [textdraw.streamer] DynamicPlayerTextDrawHide: First use the CreatePlayerTextDraw function. (playerid: 0, textId: 83) (C:\Users\user\Desktop\arquivos importantes (SAMP)\novo orleans\gamemodes\main.pwn:8736)
[15:20:13] [textdraw.streamer] DynamicPlayerTextDrawHide: First use the CreatePlayerTextDraw function. (playerid: 0, textId: 84) (C:\Users\user\Desktop\arquivos importantes (SAMP)\novo orleans\gamemodes\main.pwn:8736)
[15:20:13] [textdraw.streamer] DynamicPlayerTextDrawHide: First use the CreatePlayerTextDraw function. (playerid: 0, textId: 85) (C:\Users\user\Desktop\arquivos importantes (SAMP)\novo orleans\gamemodes\main.pwn:8736)
indo na linha do erro que é da linha 8734-8736 tenho esse código
Código PHP:
PlayerTextDrawShow(playerid, NavBar[playerid][10]);
for(new i; i< 5; i++){
PlayerTextDrawHide(playerid, Velocimeter[playerid][i]);
e minha duvida agora é o que faço agora eu não sei mesmo o que fazer.