Skripta koju koristim: UP mod
Detaljan opis problema: http://prntscr.com/a5h8zd kad ukucas lozinku da ti pise lozinka koju si ukucu a ne Textdraw da pise "Lozinka" samo. Kako da resim
Dio skripte:
RegisterTD[ playerid ] [ 6 ] = CreatePlayerTextDraw(playerid, 300.000000, 114.333351, "Lozinka");
PlayerTextDrawLetterSize(playerid, RegisterTD[ playerid ] [ 6 ], 0.389999, 1.512500);
PlayerTextDrawAlignment(playerid, RegisterTD[ playerid ] [ 6 ], 1);
PlayerTextDrawColor(playerid, RegisterTD[ playerid ] [ 6 ], -1);
PlayerTextDrawSetShadow(playerid, RegisterTD[ playerid ] [ 6 ], 0);
PlayerTextDrawSetOutline(playerid, RegisterTD[ playerid ] [ 6 ], 1);
PlayerTextDrawBackgroundColor(playerid, RegisterTD[ playerid ] [ 6 ], 51);
PlayerTextDrawFont(playerid, RegisterTD[ playerid ] [ 6 ], 2);
PlayerTextDrawSetProportional(playerid, RegisterTD[ playerid ] [ 6 ], 1);
PlayerTextDrawSetSelectable(playerid, RegisterTD[ playerid ] [ 7 ], true);
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://prntscr.com/a5h8zd
[POMOC] Register sistem
410
pregleda
6
postova
19. Feb. 2016.
20. Feb. 2016.
Harryâ„¢ wrote on February 19, 2016, 10:39 pm:
new stringic;
PlayerTextDrawShow(playerid, RegisterTD);
format(stringic, sizeof(stringic), "%s", inputtext);
PlayerTextDrawSetString(playerid, RegisterTD, stringic);
To ti je resenje, samo prilagodi svojoj skripti.
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava