Events can be requested at our discord! (https://discord.rxscripts.xyz/)
RegisterNetEvent('hunting:onLicenseBought', function(playerId) -- This event will be called whenever a player bought a hunting license end)
RegisterNetEvent('hunting:onAnimalCut', function(playerId, animal, cutWeapon) Â Â -- This event will be called whenever a player cut an animal end)
RegisterNetEvent('hunting:onAnimalKilled', function(playerId, animal) Â Â -- This event will be called whenever a player killed an animal end)
Last updated 2 months ago