RX Scripts Logo
Drug Labs

Events

All client- & serversided events included within this script. Events serve as listeners that capture and respond to actions executed by this script.
If additional events are required for your implementation, please submit a formal request through our ticketing system on the official Discord server.

Server Events

dl:onLabDeleted

Triggered after a lab has been deleted by an admin in-game.

RegisterNetEvent('dl:onLabDeleted', function(labId) end)
labId
number

The ID of the lab that was deleted.

Client Events

No client-sided events available at this time.