02.03.2011, 14:02
How could I make it so I can only see them, when quite close to them?
They're not textdraw, they are Text3DLabel
|
Create3DTextLabel("Your text", YOUR_COLOR, Float:X, Float:Y, Float:Z, Distance, VirtualWorld, testLOS);
testLOS = 0/1 Test the line-of-sight so this text can't be seen through objects
pawn Код:
Код:
testLOS = 0/1 Test the line-of-sight so this text can't be seen through objects |