-
Notifications
You must be signed in to change notification settings - Fork 101
Natives (3D Text Labels)
KRY edited this page Oct 19, 2023
·
13 revisions
Home ▸ Natives ▸ 3D Text Labels
Refer to the SA-MP wiki for more information. Many of these natives are derived from the default SA-MP natives.
-
STREAMER_TAG_3D_TEXT_LABELCreateDynamic3DTextLabel( 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, areaid = -1, priority = 0 ) -
DestroyDynamic3DTextLabel
(STREAMER_TAG_3D_TEXT_LABELid) -
IsValidDynamic3DTextLabel
(STREAMER_TAG_3D_TEXT_LABELid) -
GetDynamic3DTextLabelText
(STREAMER_TAG_3D_TEXT_LABELid, text[], maxtext = sizeof text) -
UpdateDynamic3DTextLabelText
(STREAMER_TAG_3D_TEXT_LABELid, color, const text[])