07.12.2013, 23:36
(text[], color, Float:X, Float:Y, Float:Z, Float
rawDistance, 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
https://sampwiki.blast.hk/wiki/Create3DTextLabel
And put that OnGameModeInit
rawDistance, 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
https://sampwiki.blast.hk/wiki/Create3DTextLabel
And put that OnGameModeInit

