27.03.2014, 13:34
How can I add strings in label?
I did this:
This doesn't show a saved number to veriable "maskid[playerid]"
How can I format it and use maskid[playerid] in it ?
I did this:
pawn Код:
MaskIDLab[playerid] = Create3DTextLabel(maskid[playerid], 0xFFFFFFFF, 0, 0, 0, NAME_DRAWDISTANCE, 0, 1 ); // Creating label
How can I format it and use maskid[playerid] in it ?