[DUV]Create3DTextLabel - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUV]Create3DTextLabel (
/showthread.php?tid=133763)
[DUV]Create3DTextLabel -
gangster_PT - 13.03.2010
boas.....tipo eu quero fazer um cmd e usar o 3DTextLabel eu fui na wiki do samp
e tinha la seguinte cуdigo
pawn Код:
(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
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
Returns The ID of the newly created 3D Text Label
pawn Код:
public OnGameModeInit()
{
Create3DTextLabel("I'm at the coordinates:\n30.0,40.0,50.0",0x008080FF,30.0,40.0,50.0,40.0,0);
return 1;
}
a minha duvida e o que e o
testLOS e para q server
se alg me poder ajudar agradeзo
thx e ate a proxima
Re: [DUV]Create3DTextLabel -
russo666 - 13.03.2010
Pelo que percebi do meu inglкs probre o testLOS й para ver ou nгo ver esse texto atravйs de objectos.