12.08.2017, 22:55
TextDraw nгo aparece!
tudo certo de boa, mas nгo aparece (Player)
tudo certo de boa, mas nгo aparece (Player)
se ta com problema na textdraw player ? se sim esse topico pode te ajudar
https://sampforum.blast.hk/showthread.php?tid=639088 eu estava com o mesmo problema. |
em on player connect
AquiCarregaElas(playerid);
stock AquiCarregaElas(playerid){
TxTSenha[playerid] = CreatePlayerTextDraw(playerid, 257.000000, 212.799987, "Maximo 8 caracteres");
PlayerTextDrawLetterSize(playerid, TxTSenha[playerid], 0.198499, 1.643555);
PlayerTextDrawAlignment(playerid, TxTSenha[playerid], 1);
PlayerTextDrawTextSize(playerid, TxTSenha[playerid], 2.0, 3.6);
PlayerTextDrawColor(playerid, TxTSenha[playerid], -1);
PlayerTextDrawSetShadow(playerid, TxTSenha[playerid], 0);
PlayerTextDrawSetOutline(playerid, TxTSenha[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, TxTSenha[playerid], 51);
PlayerTextDrawFont(playerid, TxTSenha[playerid], 1);
PlayerTextDrawSetProportional(playerid, TxTSenha[playerid], 1);
PlayerTextDrawSetSelectable(playerid, TxTSenha[playerid], true);
}
em request spawn
PlayerTextDrawShow(playerid, TxTSenha[playerid]);