🐟Rup-Fishing

Installation

Snippets

  • You might need a store to buy bait and the rod from...

data\shops.lua
	FishingShop  = {
		name = 'Fishing Shop',
		blip = {
			id = 317, colour = 3, scale = 0.7
		}, inventory = {
			{ name = 'fishingrod', price = 250, },
			{ name = 'fishbait', price = 5, },
		}, locations = {
			vec3(-1600.64, 5204.15, 4.31),
		}, targets = {
			{ ped = `a_m_m_farmer_01`, scenario = 'WORLD_HUMAN_STAND_IMPATIENT', loc = vec3(-1600.64, 5204.15, 4.31 - 1), heading =  27.50,},
		}
	},

Enjoy πŸŽ‰

Last updated