3DTextlabels prob
#1

Those 2 are ongameinit and they dont appear ingame idk whats wrong, no errors.
PHP код:

    Create3DTextLabel
("Base Spawn",COLOR_BLUE,-250.8406,2598.8433,62.8582,50,0);
    
Create3DTextLabel("Base Spawn",COLOR_RED,-149.9057,1079.6403,19.7422,50,0); 
Reply
#2

Lets see how COLOR_BLUE, COLOR_RED are defined.
Reply
#3

pawn Код:
Create3DTextLabel("Base Spawn",0x008080FF,-250.8406,2598.8433,62.8582,50,0);
Create3DTextLabel("Base Spawn",0x008080FF,-149.9057,1079.6403,19.7422,50,0);
Reply
#4

#define COLOR_BLUE 0x0000FF00
#define COLOR_RED 0xFF000000
Reply
#5

pawn Код:
Create3DTextLabel("Base Spawn",0x0000FF00,-250.8406,2598.8433,62.8582,50,0);
Create3DTextLabel("Base Spawn",0xFF000000 ,-149.9057,1079.6403,19.7422,50,0);
Reply
#6

Does not work maybe color visibilty

Edit Fixed the color visibilty was the prob - Added FF at end.
Reply
#7

Yeah see I knew it, that is why I asked to see the colors.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)