Код:
LVd = CreateDynamic3DTextLabel("test1", WHITE, 2486.0544, 1854.6410, 4.4475, 20, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, 20);
SFd = CreateDynamic3DTextLabel("test2", WHITE, -1745.8992, 167.5254, 1.0604, 20, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, 20);
LSd = CreateDynamic3DTextLabel("test3", WHITE, 2187.2366, -2254.2368, 7.0467, 20, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, 20);
You should add the Tag "Text3D" to the variables: "LVd", "SFd" and "LSd".
i always forgot them. Thanks