Natives (3D Text Labels) - samp-incognito/samp-streamer-plugin GitHub Wiki
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_LABEL
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, areaid = -1, priority = 0 )
- DestroyDynamic3DTextLabel
(
STREAMER_TAG_3D_TEXT_LABEL
id)
- IsValidDynamic3DTextLabel
(
STREAMER_TAG_3D_TEXT_LABEL
id)
- GetDynamic3DTextLabelText
(
STREAMER_TAG_3D_TEXT_LABEL
id, text[], maxtext = sizeof text)
- UpdateDynamic3DTextLabelText
(
STREAMER_TAG_3D_TEXT_LABEL
id, color, const text[])