Skip to content

releaseObjectGangTag

Client-side

Available in Neon, not standard MTA

Unregisters an owned tag from GTA's native spray path and clears its Grove-material override.

Syntax

bool releaseObjectGangTag(object theObject)

Arguments

theObjectobject

Tag object owned by the calling resource.

Returns

true when released; false when the caller does not own the tag.

Ownership and lifecycle

Low-level ped task calls require the client that simulates the living, streamed ped. Driving tasks also require control of the streamed vehicle. They do not create lifecycle handles; the optional native-task-runtime adds server-owned route epochs and reconstruction for drive_to routes. Gang-tag ownership is resource-exclusive, survives object streaming and recreation, and is released automatically when the owner stops.

OOP aliases

  • object:releaseGangTag()

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →