Create3DTextLabel KO

From SA-MP Wiki

Jump to: navigation, search



Create3DTextLabel KO was added in SA-MP 0.3a This function was added in SA-MP 0.3a and will not work in earlier versions!


Description:

3D Text를 맵에 생성한다.


번역자 : Cool

Parameters:
(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
text[]맵에 표시할 텍스트
color맵에 표시할 텍스트의 색상
x맵에 표시할 X좌표
y맵에 표시할 Y좌표
z맵에 표시할 Z좌표
DrawDistance3D Text가 보일 거리
VirtualWorld3D Text가 보일 VirtualWorld Number
testLOS0 - 맵을 통과하여 표시, 1 - 맵을 통과하지않음


Return Values:

3D Text ID를 리턴


예시:

public OnGameModeInit()
{
    Create3DTextLabel("이곳의 좌표는 30.0,40.0,50.0 입니다",0x008080FF,30.0,40.0,50.0,40.0,0);
    return 1;
}

Related Functions

The following functions may be useful, as they are related to this function in one way or another.


Personal tools
Navigation
Toolbox
In other languages