23.01.2012, 21:25
Tipo eu fiz duas text Draw pelo (TextDrawEditor1.0)... ela ficou assim...
ela sу funciona quando eu entro no serv, depois que eu faзo o login ela some sozinha '-'
![[Image: sa-mp-211.png]](https://lh5.******usercontent.com/-KeAX1Mia_pg/Tx3d5re1sVI/AAAAAAAAANA/DfVzmfdtSyw/s720/sa-mp-211.png)
![[Image: sa-mp-212.png]](https://lh3.******usercontent.com/-XlWZ-mxlAb4/Tx3d5_9KPwI/AAAAAAAAANE/oRUqj1Epimw/s720/sa-mp-212.png)
eu acredito que esteja esquecendo de algo que seja alguma besteirinha
mais jб tentei de quase tudo e sempre da fail '-'
PokerFace#
pawn Код:
Textdraw1 = TextDrawCreate(438.000000 ,412.000000 , "BAIRRO DA MORTE");
TextDrawFont(Textdraw1 , 1);
TextDrawLetterSize(Textdraw1 , 0.539999, 2.000000);
TextDrawColor(Textdraw1 , 0xFF0000FF);
TextDrawSetOutline(Textdraw1 , false);
TextDrawSetProportional(Textdraw1 , true);
TextDrawSetShadow(Textdraw1 , 1);
Textdraw2 = TextDrawCreate(397.000000 ,433.000000 , "[BDM]4Fun - Desde ~r~04~w~/~r~03~w~/~r~11");
TextDrawFont(Textdraw2 , 1);
TextDrawLetterSize(Textdraw2 , 0.470000, 1.000000);
TextDrawColor(Textdraw2 , 0xFFFFFFAA);
TextDrawSetOutline(Textdraw2 , 0);
TextDrawSetProportional(Textdraw2 ,1);
TextDrawSetShadow(Textdraw2 , 1);
![[Image: sa-mp-211.png]](https://lh5.******usercontent.com/-KeAX1Mia_pg/Tx3d5re1sVI/AAAAAAAAANA/DfVzmfdtSyw/s720/sa-mp-211.png)
![[Image: sa-mp-212.png]](https://lh3.******usercontent.com/-XlWZ-mxlAb4/Tx3d5_9KPwI/AAAAAAAAANE/oRUqj1Epimw/s720/sa-mp-212.png)
eu acredito que esteja esquecendo de algo que seja alguma besteirinha
mais jб tentei de quase tudo e sempre da fail '-'
PokerFace#