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
Nadji na nekim modovima imas dosta npr na Los Angeles x2
new stringic[128];
PlayerTextDrawShow(playerid, RegisterTD[playerid]);
format(stringic, sizeof(stringic), "%s", inputtext);
PlayerTextDrawSetString(playerid, RegisterTD[playerid], stringic);
Ubacio sam ovo sto si napiso i imam 3 errora
http://prntscr.com/a5hz5m
pa jarane prilagodi svojoj skripti!!
i mozda nisi na tacno mjesto ubacio!
Citat: Harryâ,,¢ poslato Februar 19, 2016, 23:39:00 POSLE PODNE
new stringic[128];
PlayerTextDrawShow(playerid, RegisterTD[playerid]);
format(stringic, sizeof(stringic), "%s", inputtext);
PlayerTextDrawSetString(playerid, RegisterTD[playerid], stringic);
To ti je resenje, samo prilagodi svojoj skripti.