[Ajuda] TextDraw - 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] TextDraw (
/showthread.php?tid=315649)
[Ajuda] TextDraw -
CaioMors - 03.02.2012
Seguinte. estive a adicionar umas textdraw em um GameMode, que eu peguei na net.
Mais. as TextDraw aparecem e somem.
E Nгo acontece isso com meu outro GameMode, Ajuda ae.
Se Precisarem do code, eu do um edit.
Code:
pawn Код:
//Inicio GameMode
new Text:TextdrawA[MAX_PLAYERS];
//OnPlayerConnect
TextdrawA[playerid] = TextDrawCreate(500.000000,113.000000,"_");
TextDrawFont(TextdrawA[playerid],3);
TextDrawLetterSize(TextdrawA[playerid],0.500000,1.400000);
TextDrawSetShadow(TextdrawA[playerid],0);
TextDrawBackgroundColor(TextdrawA[playerid],255);
TextDrawSetShadow(TextdrawA[playerid],1);
//OnPlayerLogin
TextDrawShowForPlayer(playerid, TextdrawA[playerid]);
Esse e o Code do GameMode, que estou a aplicar a TextDraw.
E Essa e a TextDraw que ja tem no GameMode.
Re: [Ajuda] TextDraw -
Lucas_Alemao - 03.02.2012
Quote:
Se Precisarem do code, eu do um edit.
|
'-' q nada, agente usa a bola de cristal
Re: [Ajuda] TextDraw -
CaioMors - 03.02.2012
Entao usa ae sua Bola de Cristal (: