Logo

DIVERSITY

Documentation

Events

Server Events

This section lists all available events, detailing each events's purpose, arguments, and return values to help you integrate with the resource effectively.

These events are safe to trigger and handle in other scripts.

div_tape/server/deleteTape

Triggers the deletion of a specified tape for all players.

server.lua
TriggerEvent('div_tape/server/deleteTape', tapeId)
ArgumentTypeDescription
tapeId
number
A unique ID of each placed tape.

Was this page helpful?