strings in label? - 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: strings in label? (
/showthread.php?tid=503030)
strings in label? -
Lajko1 - 27.03.2014
How can I add strings in label?
I did this:
pawn Код:
MaskIDLab[playerid] = Create3DTextLabel(maskid[playerid], 0xFFFFFFFF, 0, 0, 0, NAME_DRAWDISTANCE, 0, 1 ); // Creating label
This doesn't show a saved number to veriable "maskid[playerid]"
How can I format it and use maskid[playerid] in it ?
Re: strings in label? -
Lajko1 - 27.03.2014
fixed