DIVERSITY

Documentation

Events

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.

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

General

div_tape/client/deleteTape

Triggers the deletion of a specified tape.

Arguments

PropTypeDefault
playerId?
number
-
tapeId
number
-

Example Usage

From Client:

TriggerEvent('div_tape/client/deleteTape', tapeId)

From Server:

TriggerClientEvent('div_tape/client/deleteTape', playerId, tapeId)