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.
TriggerEvent('div_tape/server/deleteTape', tapeId)| Argument | Type | Description |
|---|---|---|
tapeId | number | A unique ID of each placed tape. |
Was this page helpful?
Client Events
This section lists all available events, detailing each events's purpose, arguments, and return values to help you integrate with the resource effectively.
Client Listeners
This section lists all available event listeners, detailing each events's purpose to help you integrate with the resource effectively.