Pitanje: Kako da napisem % u tekstu, TD-u, bilo gdje 😄
Komentar: Nest malo sam na netu guglo al nije mi nista korisno izbacilo
Kako se pise?
976
pregleda
6
postova
27. Dec. 2017.
27. Dec. 2017.
Åuk wrote on December 27, 2017, 7:49 pm:
mislis something like this
new string;
format(string, sizeof(string), "%s", GetName(playerid));
PlayerTextDrawSetString(playerid, TD, string);
new string;
format(string, sizeof(string), "%s", GetName(playerid));
PlayerTextDrawSetString(playerid, TD, string);
Nope
Vodka Play wrote on December 27, 2017, 7:50 pm:
%%
Zahvaljujem, radi 😄
27. Dec. 2017.
just_Sukiiii wrote on December 27, 2017, 7:49 pm:
mislis something like this
new string;
format(string, sizeof(string), "%s", GetName(playerid));
PlayerTextDrawSetString(playerid, TD, string);
new string;
format(string, sizeof(string), "%s", GetName(playerid));
PlayerTextDrawSetString(playerid, TD, string);
Nope
Vodka Play wrote on December 27, 2017, 7:50 pm:
%%
Zahvaljujem, radi 😄
aha nisam skontao sta zelis reci, mislio sam da zelis znati kako da formatiras poruku, my bad, lock?
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava