Posts: 501
Threads: 175
Joined: Jan 2014
Reputation:
0
There's a 3d label text that appears on the players with their HP in my server but it's kinda problem since the 3d label is being updated only when the player is moving (the player who watch the 3d label) there's a way to update it without moving? since if someone would shoot without moving it won't show him the correct string.
Posts: 1,648
Threads: 482
Joined: Jun 2010
Use incognito's streamer and use
pawn Код:
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 = STREAMER_3D_TEXT_LABEL_SD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1);
Use the attach player parameter to attach it to a player.