Create3DTextLabel in all virtual worlds ?
#7

Quote:
Originally Posted by Elmin
Посмотреть сообщение
Create3DTextLabel("text",-1,2634.4883,1836.7533,11.0234,15.0, GetPlayerVirtualWorld(playerid), 1);
What the?... Please don't post if you don't know a right answer.

Код:
text[]		The initial text string.
color		The text Color
x		X-Coordinate
y		Y-Coordinate
z		Z-Coordinate
DrawDistance	The distance from where you are able to see the 3D Text Label
VirtualWorld	The virtual world in which you are able to see the 3D Text
testLOS	0/1 	Test the line-of-sight so this text can't be seen through objects
As you see here, you have used wrong arguments. The right version is actually:

pawn Код:
Create3DTextLabel("text",-1,2634.4883,1836.7533,11.0234,15.0, -1,0);
You simply forgot testLOS.
Reply


Messages In This Thread
Create3DTextLabel in all virtual worlds ? - by dud - 07.01.2012, 17:55
Re: Create3DTextLabel in all virtual worlds ? - by BleverCastard - 07.01.2012, 17:57
Re: Create3DTextLabel in all virtual worlds ? - by Psymetrix - 07.01.2012, 18:00
Re: Create3DTextLabel in all virtual worlds ? - by Elmin - 07.01.2012, 18:11
Re: Create3DTextLabel in all virtual worlds ? - by dud - 07.01.2012, 18:22
Re: Create3DTextLabel in all virtual worlds ? - by Psymetrix - 07.01.2012, 18:31
Re: Create3DTextLabel in all virtual worlds ? - by Jochemd - 07.01.2012, 18:35
Re: Create3DTextLabel in all virtual worlds ? - by dud - 07.01.2012, 18:45
Re: Create3DTextLabel in all virtual worlds ? - by Psymetrix - 07.01.2012, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)