3DText variable bugged
#4

Ok, but if i create a 3dtextlabel, and i put it in a variable, and i want to delete it after 5 seconds with the SetTimerEx, will be that possible ?

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
@Mauzen: Create3DTextLabel DOES returns the ID of that textdraw

pawn Код:
label[playerid] = Create3DTextLabel(ReturnName(playerid),COLOR_WHITE,pos[0],pos[1],pos[2]-0.3,30.0,0);
That '30' is the virtual world of the textdraw, not range or something. 30.0 is a float value, I suggest you either remove the '.0' or set it to 0.
Hiddos, are you so sure ?

Parameters:
(text[], color, Float:X, Float:Y, Float:Z, Float: DrawDistance, virtualworld, testLOS)

Create3DTextLabel(ReturnName(playerid),COLOR_WHITE ,pos[0],pos[1],pos[2]-0.3,30.0,0);

text[] = ReturnName(playerid)
color = COLOR_WHITE
Float:X = pos[0]
Float:Y = pos[1]
Float:Z = pos[2]-0.3
Float: DrawDistance = 30.0
virtualworld = 0
testLOS = it's aleardy setted to 0
Reply


Messages In This Thread
3DText variable bugged - by MJ! - 28.08.2010, 10:36
Re: 3DText variable bugged - by Mauzen - 28.08.2010, 10:42
Re: 3DText variable bugged - by Hiddos - 28.08.2010, 10:47
Re: 3DText variable bugged - by MJ! - 28.08.2010, 10:47
Re: 3DText variable bugged - by Hiddos - 28.08.2010, 10:53
Re: 3DText variable bugged - by MJ! - 28.08.2010, 10:58
Re: 3DText variable bugged - by MJ! - 28.08.2010, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)