27.08.2013, 09:53
Hi,
I want to create dynamic 3dtext label and attach him to player. If i want to attach to player i need to write playerid here?
Where i attachedplayer i need to write playerid, and then label will be attached to player? and if i want to change z coordinate make label higher i need to create this label in coordinates:
0.0,0.0,0.0 and if i change Z coordinate, then label who is attached to player will be higher or lower?
I want to create dynamic 3dtext label and attach him to player. If i want to attach to player i need to write playerid here?
Код:
Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
0.0,0.0,0.0 and if i change Z coordinate, then label who is attached to player will be higher or lower?