[AJUDA] TextDraw some apуs logar... -
Diogo_braz - 01.08.2010
Oie gente a minha textdraw do site do forum aparece quando vou coloca a senha quando eu coloco ela some porque?? alguem pode-me explicar por favor meu code aqui:
forum = TextDrawCreate(1.000000,437.000000,"~p~Se Atualize >>> ~w~
www.brasilworksuperrpg.forumeiros.com ~p~<<< Se Atualize ~p~Versao: ~w~1.8");
TextDrawUseBox(forum,1);
TextDrawBoxColor(forum,0x00000066);
TextDrawTextSize(forum,641.000000,0.000000); //641
TextDrawAlignment(forum,0);
TextDrawBackgroundColor(forum,0x000000ff);
TextDrawFont(forum,3);
TextDrawLetterSize(forum,0.339999,1.100000); //399 //349
TextDrawColor(forum,0xffffffff);
TextDrawSetOutline(forum,1);
TextDrawSetProportional(forum,1);
TextDrawSetShadow(forum,1);
Espero que alguem consiga me ajudar D: Obrigado.
Re: [AJUDA] TextDraw some apуs logar... -
Marco_Nutz - 01.08.2010
Procura no OnPlayerSpawn se tem algo como:
pawn Code:
TextDrawDestroy(Text:forum);
Se tiver, mova para o OnGameModeExit
Re: [AJUDA] TextDraw some apуs logar... -
Diogo_braz - 01.08.2010
Nгo tкm, vou tentar fazer 1 coisa ver se dб certo
@ Edit ----
Nгo deu meti isto no OnPlayerSpawn :
TextDrawShowForPlayer(playerid, forum);
Ta no connect etc mas nгo funciona T.T
Re: [AJUDA] TextDraw some apуs logar... -
Marco_Nutz - 01.08.2010
Jб tentou procurar a localizaзгo deste TextDrawDestroy? Se nгo possue, crie um no OnGameModeExit e tente lб ^^
Re: [AJUDA] TextDraw some apуs logar... -
Diogo_braz - 01.08.2010
Meti n funзo '-' Help-me!!!
Re: [AJUDA] TextDraw some apуs logar... -
[NWD]Tweener_ - 01.08.2010
Faz assim que acho que vai:
pawn Code:
//Inicio do GMnew forum
://OnGameModInitforum
= TextDrawCreate
(1.000000,
437.000000,
"~p~Se Atualize >>> ~w~http://www.brasilworksuperrpg.forumeiros.com ~p~<<< Se Atualize ~p~Versao: ~w~1.8");
TextDrawUseBox
(forum, true
);
TextDrawBoxColor
(forum,0x00000066
);
TextDrawTextSize
(forum,
641.000000,
0.000000);
//641TextDrawAlignment
(forum,
0);
TextDrawBackgroundColor
(forum,0x000000ff
);
TextDrawFont
(forum,
3);
TextDrawLetterSize
(forum,
0.339999,
1.100000);
//399 //349TextDrawColor
(forum,0xffffffff
);
TextDrawSetOutline
(forum,
1);
TextDrawSetProportional
(forum,
1);
TextDrawSetShadow
(forum,
1);
//OnPlayerConnectTextDrawShowForPlayer
(playerid, forum
);
//OnPlayerDeathTextDrawShowForPlayer
(playerid, forum
);
Re: [AJUDA] TextDraw some apуs logar... -
zSuYaNw - 01.08.2010
NWD nгo pode fazer publicidado nos tуpicos,
@Olhe meu Tuto:
[TuT] Aprendento a Mecher Com TextDraws