GTA Közösség - A magyar GTA fórum
San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: Rem - 2012. február 14. - 11:40:29
-
Sziasztok.
Azt szeretném meg kérdezni h 3DText et hogy tudnék VirtualWorld ben megjeleníteni?
Köszi a segítséget elõre is.
-
Create3DTextLabel
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
Create3DTextLabel(\"I\'m at the coordinates:\\n30.0, 40.0, 50.0\", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, 0);[/quote]