HEX
HexscriptsClassicRent

Events

This section lists all client-side and server-side events in this script. Events allow you to add custom listeners that capture and respond to actions triggered by this script.

Note

If you need additional events for your implementation, please open a ticket on our Discord server.

Client Events

You can use this Event to grab the Clients Steam Profile Picture

AddEventHandler('hex_rent:getAvatar', function(img) -- Gets called if Steam WebAPI Key is valid & Client loaded.
    -- img is a Link to the Profile Picture (string)
end)

Server Events

No server events are available at the moment.