[AJUDA]Erro TextDraw Nгo Aparece
#2

Coloca isso em onplayerconnect ou em onplayerspawn.... tanto faz:
Код:
TextDrawShowForPlayer(playerid, forum[i]);
Mas acho que o ideal seria trocar o forum[i] sу por forum, em todo o seu code e nessa parte que eu postei tambem.
Dae ficaria assim:
Код:
new Text:forum;//no topo do gm
//em ongamemodeinit:
forum = TextDrawCreate(1.000000,435.000000,"~b~Visite e Confira>>> www.BSL.forumeiros.com  ~b~<<<Visite e Confira                                          Versao: ~w~2.9~p~a");
	TextDrawAlignment(forum,0);
	TextDrawBackgroundColor(forum,0x000000ff);
	TextDrawFont(forum,3);
	TextDrawLetterSize(forum,0.299999,1.200000);
	TextDrawColor(forum,0xffffffff);
	TextDrawSetOutline(forum,1);
	TextDrawSetProportional(forum,1);
	TextDrawSetShadow(forum,1);

//e em onplayerconnect ou onde vc quiser:
TextDrawShowForPlayer(playerid, forum);
Acho que й isso... Espero ter ajudado.
Reply


Messages In This Thread
[AJUDA]Erro TextDraw Nгo Aparece - by bruno-style - 18.01.2011, 22:06
Re: [AJUDA]Erro TextDraw Nгo Aparece - by ManoLexuS - 18.01.2011, 23:59
Re: [AJUDA]Erro TextDraw Nгo Aparece - by bruno-style - 19.01.2011, 00:27
Re: [AJUDA]Erro TextDraw Nгo Aparece - by ManoLexuS - 19.01.2011, 00:32
Re: [AJUDA]Erro TextDraw Nгo Aparece - by ベータ版 マスター - 19.01.2011, 00:33
Re: [AJUDA]Erro TextDraw Nгo Aparece - by bruno-style - 19.01.2011, 00:35
Re: [AJUDA]Erro TextDraw Nгo Aparece - by ManoLexuS - 19.01.2011, 00:41
Re: [AJUDA]Erro TextDraw Nгo Aparece - by ASDF - 19.01.2011, 00:43
Re: [AJUDA]Erro TextDraw Nгo Aparece - by ManoLexuS - 19.01.2011, 00:45
Re: [AJUDA]Erro TextDraw Nгo Aparece - by bruno-style - 19.01.2011, 01:24

Forum Jump:


Users browsing this thread: 1 Guest(s)