24.07.2013, 10:43
pawn Код:
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15, 1, 1);
They work how-ever, if I have it set as:
pawn Код:
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15);
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15, 1, 1);
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15);