[Ajuda] Limite de Text Draw
#7

Se vocк tiver Criando TextDraws para o player assim
PHP код:
for(new iMAX_PLAYERS; ++i)
{
    
welcomeText[i] = TextDrawCreate(240.0,580.0,"Welcome to my SA-MP server");
    [...]

Saiba que vocк estara crianda textdraw para cada player da maneira errada.

Porque ?

Vejamos !
- Se sua define MAX_PLAYERS estiver definida em 1000 vocк estara criando 1000 TextDraw, ou seja se vocк criar 3 textdraw desta forma, vocк estara criando na verdade 3000 textdraws.

Qual a meneira correta a fazer ?
PHP код:
welcomeText[playerid] = CreatePlayerTextDraw(playerid320.0240.0"Welcome to my SA-MP server"); 
Sou iniciante no pawno, e com pouco conhecimento que tenho pela logica, acredito que seja isso o seu problema.

Mais detalhes em: Wiki Samp

https://sampwiki.blast.hk/wiki/TextDrawCreate
https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
Reply


Messages In This Thread
Limite de Text Draw - by capron - 26.06.2016, 04:53
Re: Limite de Text Draw - by iTzMatheus - 26.06.2016, 06:09
Re: Limite de Text Draw - by capron - 26.06.2016, 06:18
Re: Limite de Text Draw - by iTzMatheus - 26.06.2016, 06:22
Re: Limite de Text Draw - by capron - 26.06.2016, 07:30
Re: Limite de Text Draw - by n0minal - 26.06.2016, 12:53
Respuesta: Limite de Text Draw - by SammyJ - 26.06.2016, 13:35
Re: Respuesta: Limite de Text Draw - by n0minal - 26.06.2016, 13:56
Re: Limite de Text Draw - by capron - 26.06.2016, 14:08
Re: Limite de Text Draw - by F1N4L - 26.06.2016, 15:13

Forum Jump:


Users browsing this thread: 2 Guest(s)