HexscriptsClassicFFA
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
hex_ffa:spawnPlayer
Triggerd after the player joins & spawns in a zone.
RegisterNetEvent('hex_ffa:spawnPlayer', function(data, joined, killerName)
end)Prop
Type
hex_ffa:quitffa
Triggerd after the player leavs from a zone.
RegisterNetEvent('hex_ffa:quitffa', function()
end)Server Events
No server events are available at the moment.