13.02.2015, 18:00
Hey there people, I have a problem with CreateDynamic3DTextLabel.
When I use this;
It works normally, see here:
But when I change 'COLOR_YELLOW' to 'TEAM_DHS', it disappears.
Code:
Here are color defines:
I am using Incognito's Streamer Plugin v2.7.5.1. Please help me.
When I use this;
Код:
CreateDynamic3DTextLabel("/DHS\nTo open your locker",COLOR_YELLOW, 1538.5901, -1678.0883, 13.5469+0.6,4.0);
But when I change 'COLOR_YELLOW' to 'TEAM_DHS', it disappears.
Code:
Код:
CreateDynamic3DTextLabel("/DHS\nTo open your locker",TEAM_DHS, 1538.5901, -1678.0883, 13.5469+0.6,4.0);
Код:
#define COLOR_YELLOW 0xFFFF00AA #define TEAM_DHS 0x8A76ED00