↩ī¸Events

Events can be requested at our discord! (https://discord.rxscripts.xyz/)

Server

hunting:onLicenseBought
Example
RegisterNetEvent('hunting:onLicenseBought', function(playerId)
    -- This event will be called whenever a player bought a hunting license
end)
hunting:onAnimalCut
Example
RegisterNetEvent('hunting:onAnimalCut', function(playerId, animal, cutWeapon)
    -- This event will be called whenever a player cut an animal
end)
hunting:onAnimalKilled
Example
RegisterNetEvent('hunting:onAnimalKilled', function(playerId, animal)
    -- This event will be called whenever a player killed an animal
end)

Last updated