Skip to content
samp-incognito edited this page Mar 25, 2017 · 5 revisions

HomeTags

  • If STREAMER_ENABLE_TAGS is defined before the include file, a tag will be prefixed to all types of items. The tags are:
    • DynamicObject
    • DynamicPickup
    • DynamicCP
    • DynamicRaceCP
    • DynamicMapIcon
    • DynamicText3D
    • DynamicArea
    • DynamicActor
  • By default, if STREAMER_ENABLE_TAGS is not defined, 3D text labels will be prefixed with a Text3D tag.
    • If STREAMER_REMOVE_TEXT3D_TAG is defined before the include file, the Text3D tag will be removed.
    • Alternatively, if STREAMER_USE_DYNAMIC_TEXT3D_TAG is defined before the include file, 3D text labels will be prefixed with a DynamicText3D tag.