-
Notifications
You must be signed in to change notification settings - Fork 92
Tags
samp-incognito edited this page Mar 25, 2017
·
5 revisions
Home ▸ Tags
- 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 aText3D
tag.- If
STREAMER_REMOVE_TEXT3D_TAG
is defined before the include file, theText3D
tag will be removed. - Alternatively, if
STREAMER_USE_DYNAMIC_TEXT3D_TAG
is defined before the include file, 3D text labels will be prefixed with aDynamicText3D
tag.
- If