[Ajuda] ajuda com textdraw
#1

Entгo galera eu fiz esse textdraw no ipleomax e ele sу ta funcionando no GameModeInit a intenзгo e fazer uma tela de login com o fundo todo preto ai quando tб no gamemodeinit funciona mas se coloco em uma stock ou em uma public que faзo nгo funciona, codigo:
no topo new Text:Textdraw[2];
em gamemodeinit Textdraw[0] = TextDrawCreate(2.000000, 1.500000, "usebox");
TextDrawLetterSize(Textdraw[0], 0.000000, 49.378147);
TextDrawTextSize(Textdraw[0], 637.199951, 0.000000);
TextDrawAlignment(Textdraw[0], 1);
TextDrawColor(Textdraw[0], 0);
TextDrawUseBox(Textdraw[0], true);
TextDrawBoxColor(Textdraw[0], 0x000000FF);
TextDrawSetShadow(Textdraw[0], 0);
TextDrawSetOutline(Textdraw[0], 0);
TextDrawFont(Textdraw[0], 0);
em OnPlayerConnect TextDrawShowForPlayer(playerid, Textdraw[0]);
Reply


Messages In This Thread
ajuda com textdraw - by Santso - 24.02.2018, 00:09
Re: ajuda com textdraw - by SamuelMatheus05 - 24.02.2018, 00:35
Re: ajuda com textdraw - by Santso - 25.02.2018, 00:15
Re: ajuda com textdraw - by Gguiz - 25.02.2018, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)