Detaljan opis problema: Nmg da napravim textdraw i string na njemu.. ovako bi trebalo da radi meni nece...
Dio skripte: //
Neke slike/video za lakse dobivanje pomoci(neobavezno): //
Djelovi skripte:
public Collect_Update()
{
for(new y=0; y {
new sssstring;
new nxtcol = PlayerInfo+1;
new colamount = nxtcol*colpickup;
format(sssstring, sizeof(sssstring),"~y~ Collected: ~w~%d/%d",PlayerInfo, colamount);
TextDrawSetString(Collected, sssstring);
}
return 1;
} Collected = TextDrawCreate(31.000000, 429.000000, "~y~ Collected:~w~ 100/1000");
TextDrawBackgroundColor(Collected, 255);
TextDrawFont(Collected, 2);
TextDrawLetterSize(Collected, 0.270000, 1.000000);
TextDrawColor(Collected, -1719180188);
TextDrawSetOutline(Collected, 0);
TextDrawSetProportional(Collected, 1);
TextDrawSetShadow(Collected, 1);