SA-MP Forums Archive
[Ajuda] Limite de TextDraws - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Limite de TextDraws (/showthread.php?tid=482480)



Limite de TextDraws - StAnger - 21.12.2013

Meu servidor possui 11 TextDraws, porйm, 5 possuem loop (ou seja, 1 para cada jogador. No caso 100 jogadores) quando eu ligo meu servidor algumas nгo aparecem mas se eu nгo carregar o FilterScript que possui uma das TextDraws com loop todas aparecem. Minha pergunta й: existe um limite de TextDraws no SA-MP? Pode estar acontecendo isso no meu caso? Me ajudem!


Re: Limite de TextDraws - GM_KoDi - 21.12.2013

https://sampwiki.blast.hk/wiki/Limits


Re: Limite de TextDraws - StAnger - 21.12.2013

Jб li essa pбgina, nгo tem resposta nenhuma lб.


Re: Limite de TextDraws - PT - 21.12.2013

ta aqui

Quote:

Textdraws 0.3x 0.2X
String Length 1024 characters *** 256 characters
Shown In A Single Client's Screen 2048 + 256 **** 92
Created Serverwise (Global) 2048 1024
Created Serverwise (Per-Player) 256 N/A

se vir bem diz.


Re: Limite de TextDraws - StAnger - 21.12.2013

Consegui corrigir o problema carregando os FilterScipts pelo GameMode.

Exemplo:
Код:
public OnGameModeInit()
{
    SendRconCommand("loadfs bf_money");
    return1;
}