07.01.2012, 18:35
Quote:
Create3DTextLabel("text",-1,2634.4883,1836.7533,11.0234,15.0, GetPlayerVirtualWorld(playerid), 1);
|
Код:
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
pawn Код:
Create3DTextLabel("text",-1,2634.4883,1836.7533,11.0234,15.0, -1,0);