11.11.2014, 17:14
EDIT:
Attach3DTextLabelToPlayer used for global 3D texts, there's no such function for player 3dtext
Код:
CreatePlayer3DTextLabel(playerid, text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, attachedplayer, attachedvehicle, testLOS) playerid The player which should see the newly created 3DText Label. text[] The text to display. color The text color x X Coordinate (or offset if attached) y Y Coordinate (or offset if attached) z Z Coordinate (or offset if attached) DrawDistance The distance where you are able to see the 3D Text Label attachedplayer The player you want to attach the 3D Text Label to. (None: INVALID_PLAYER_ID) attachedvehicle The vehicle you want to attach the 3D Text Label to. (None: INVALID_VEHICLE_ID) testLOS 0/1 Test the line-of-sight so this text can't be seen through walls