[Ajuda] TEXTDRAW BUGADA
#1

print do erro http://imgur.com/a/3TPSN
Code da Textdraw
PHP код:
registro_draw[0] = TextDrawCreate(36565"~b~VIDA~w~ DE ~b~BANDIDO");
TextDrawLetterSize(registro_draw[0], 1.02.9);
TextDrawAlignment(registro_draw[0], 2);
TextDrawColor(registro_draw[0], -1);
TextDrawSetShadow(registro_draw[0], 0);
TextDrawSetOutline(registro_draw[0], 0);
TextDrawBackgroundColor(registro_draw[0], 51);
TextDrawFont(registro_draw[0], 3);
TextDrawSetProportional(registro_draw[0], 1); 
isso era pra aparecer so quando loga-se mais apare no in game e n sai fica como esta no print
Reply
#2

Quote:
Originally Posted by Dimbalada
Посмотреть сообщение
print do erro http://imgur.com/a/3TPSN
Code da Textdraw
PHP код:
registro_draw[0] = TextDrawCreate(36565"~b~VIDA~w~ DE ~b~BANDIDO");
TextDrawLetterSize(registro_draw[0], 1.02.9);
TextDrawAlignment(registro_draw[0], 2);
TextDrawColor(registro_draw[0], -1);
TextDrawSetShadow(registro_draw[0], 0);
TextDrawSetOutline(registro_draw[0], 0);
TextDrawBackgroundColor(registro_draw[0], 51);
TextDrawFont(registro_draw[0], 3);
TextDrawSetProportional(registro_draw[0], 1); 
isso era pra aparecer so quando loga-se mais apare no in game e n sai fica como esta no print
Usa um gametext no local do textdraw
Reply
#3

PHP код:
TextDrawSetProportional(MyTextDraw,1); 
Reply
#4

TextDrawHideForPlayer(playerid, registro_draw[0]);

no onplayerspawn
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)