17.07.2018, 21:39
Fica assim mais ou menos.
Obs : Na ultima linha vocк edita conforme o segundo link ensina.
Veja :
Link№ : https://sampwiki.blast.hk/wiki/PlayerTextDrawTextSize
LinkІ : https://sampforum.blast.hk/showthread.php?tid=615824
PHP код:
TextLogin[11][playerid] = CreatePlayerTextDraw(playerid, 290.823394, 185.500030, "LOGIN");
PlayerTextDrawLetterSize(playerid, TextLogin[11][playerid], 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, TextLogin[11][playerid], 1);
PlayerTextDrawColor(playerid, TextLogin[11][playerid], -1);
PlayerTextDrawSetShadow(playerid, TextLogin[11][playerid], 0);
PlayerTextDrawSetOutline(playerid, TextLogin[11][playerid], 1);
PlayerTextDrawBackgroundColor(playerid, TextLogin[11][playerid], 255);
PlayerTextDrawFont(playerid, TextLogin[11][playerid], 2);
PlayerTextDrawSetProportional(playerid, TextLogin[11][playerid], 1);
PlayerTextDrawSetSelectable(playerid, TextLogin[11][playerid], true);
PlayerTextDrawTextSize(playerid, TextLogin[11][playerid], 350.000000, 10.000000);
Veja :
Link№ : https://sampwiki.blast.hk/wiki/PlayerTextDrawTextSize
LinkІ : https://sampforum.blast.hk/showthread.php?tid=615824