Detaljan opis problema: Tdovi za banku i zlataru me zezaju uvek brt, ja napravi da su playertextdraw a pawno izbacuje bedne warringe
Dio skripte:
BankaTD = CreatePlayerTextDraw(playerid, 607.200012, 103.040000, "Banka:");
PlayerTextDrawLetterSize(playerid,BankaTD, 0.248399, 1.420800);
PlayerTextDrawAlignment(playerid,BankaTD, 3);
PlayerTextDrawColor(playerid,BankaTD, 0x1275EDFF);
PlayerTextDrawSetShadow(playerid,BankaTD, 0);
PlayerTextDrawSetOutline(playerid,BankaTD, 1);
PlayerTextDrawBackgroundColor(playerid,BankaTD, 51);
PlayerTextDrawFont(playerid,BankaTD, 2);
PlayerTextDrawSetProportional(playerid,BankaTD, 1);
ZlatoTD = CreatePlayerTextDraw(playerid, 607.199707, 117.226646, "Zlato:");
PlayerTextDrawLetterSize(playerid,ZlatoTD, 0.250000, 1.398400);
PlayerTextDrawAlignment(playerid,ZlatoTD, 3);
PlayerTextDrawColor(playerid,ZlatoTD, 0xFFFF00AA);
PlayerTextDrawSetShadow(playerid,ZlatoTD, 0);
PlayerTextDrawSetOutline(playerid,ZlatoTD, 1);
PlayerTextDrawBackgroundColor(playerid,ZlatoTD, 51);
PlayerTextDrawFont(playerid,ZlatoTD, 2);
PlayerTextDrawSetProportional(playerid,ZlatoTD, 1);Neke slike/video za lakse dobivanje pomoci(neobavezno):