SA-MP Forums Archive
3DTextLabel Issue! =) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 3DTextLabel Issue! =) (/showthread.php?tid=478062)



3DTextLabel Issue! =) - Chrillzen - 27.11.2013

pawn Код:
format(string,sizeof(string),""COL_BROWN"Owner: "COL_WHITE"%s\n"COL_BROWN"Street Number: "COL_WHITE"%d", HouseInfo[id][hOwner], id);
    Update3DTextLabelText(HouseInfo[id][hDLabel], 0xFFFFFFFF, string);
What's wrong?



EDIT: Nevermind, I figured it out. The strings were to small.