CreateDynamic3DTextLabel Messes Up!
#1

Hey there people, I have a problem with CreateDynamic3DTextLabel.

When I use this;
Код:
	CreateDynamic3DTextLabel("/DHS\nTo open your locker",COLOR_YELLOW, 1538.5901, -1678.0883, 13.5469+0.6,4.0);
It works normally, see here:

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);
Here are color defines:

Код:
#define						COLOR_YELLOW						0xFFFF00AA
#define						TEAM_DHS							0x8A76ED00
I am using Incognito's Streamer Plugin v2.7.5.1. Please help me.
Reply
#2

Try this, not sure away.
#define TEAM_DHS 0x8A76EDAA
Reply
#3

Quote:
Originally Posted by Maximus0
Посмотреть сообщение
Try this, not sure away.
#define TEAM_DHS 0x8A76EDAA
Thank you mate, working!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)