[Ajuda] Textdraw
#1

a textdraw não esta aparecendo é uma text draw pra esconder o dinheiro com uma caixa preta fiz uma com o TDE porem não esta funcionando

Код:
new
    Text:LevelDraw[MAX_PLAYERS],
    Text:Textdraw0[MAX_PLAYERS],
	PT[MAX_PLAYERS]
;


public OnPlayerConnect(playerid) {

Textdraw0[playerid] = TextDrawCreate(497.000000, 77.985168, "LD_SPAC:white");
TextDrawLetterSize(Textdraw0[playerid], 0.000000, 0.000000);
TextDrawTextSize(Textdraw0[playerid], 111.999961, 20.740745);
TextDrawAlignment(Textdraw0[playerid], 1);
TextDrawColor(Textdraw0[playerid], 255);
TextDrawSetShadow(Textdraw0[playerid], 0);
TextDrawSetOutline(Textdraw0[playerid], 0);
TextDrawFont(Textdraw0[playerid], 4);
...
Tipo o restante do FS funciona normal porém a box não.
Reply
#2

PHP код:
TextDrawShowForPlayer(playeridTextdraw0[playerid]); 
Reply
#3

Não deu
Reply
#4

Quote:
Originally Posted by srlobo
Посмотреть сообщение
Nгo deu
Esta colocando esse codigo onde?

Se explique melhor o problema e mostre como esta fazendo explicando as coisas bem.
Reply
#5

Quote:
Originally Posted by DelK
Посмотреть сообщение
PHP код:
TextDrawShowForPlayer(playeridTextdraw0[playerid]); 
Srlobo coloque em OnPlayerSpawn
PHP код:
TextDrawShowForPlayer(playeridTextdraw0[playerid]); 
Reply
#6

Vlw pela ajuda consegui colocar, obrigado DelK, PT e victorara por ajudar.
eu tinha colocado em OnPlayerConnect por isso n deu mais vlw msm
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)