[PAID] Bite Sandwiches pack

A script by Beavermods

No reviews yet.
[PAID] Bite Sandwiches pack main image

Price

Unknown

Full Description

Kill your hunger with Bite sandwich prop pack! Thanks to R* for Subway parodia you can use these addon props for selling/roleplay purpose.

You can customice the logo in the YTD file!

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Show photos

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

This pack contain:

  • x1 bv_sw_biteclub
  • x1 bv_sw_blackforestham
  • x1 bv_sw_chickenbaconranch
  • x1 bv_sw_classictuna
  • x1 bv_sw_coldcutcombo
  • x1 bv_sw_italian_bmt
  • x1 bv_sw_meatballmarinara
  • x1 bv_sw_ovenroastedchicken
  • x1 bv_sw_roastbeeft
  • x1 bv_sw_rotisseriechicken
  • x1 bv_sw_spicyitalian
  • x1 bv_sw_steakcheese
  • x1 bv_sw_sweetonionteriyaki
  • x1 bv_sw_turkeybreast
  • x1 bv_sw_veggiedelite
  • x1 bv_bite_cookiepack
  • x1 bv_bite_cup
  • x1 bv_bite_salad
  • x1 bv_bite_sandwiches.ytd (this texture dictionary is full customizable)

Lines for Items.lua (ox_inventory > Data)

	['bitecookies'] = {---Spawn name 
	label = 'Bite Cookies Box', ---Inventory Lable
	weight = 350, ----Weight
	client = {
		status = { thirst = 20000 }, --Status change amount
		anim = { dict = 'anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1', clip = 'base_idle' },----Animation
		prop = { model = `bv_bite_cookiepack`, pos = vec3(0.06, 0.01, 0.0), rot = vec3(0.0, 45.0, 90.0) }, ---Prop position
		usetime = 9500, --- How long the player will drink
		notification = 'You quenched your thirst with 7UP' -- In game message when drinking
	}
},
	['bitesalad'] = {
		label = 'Bite Salad',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = { dict = 'anim@scripted@island@special_peds@pavel@hs4_pavel_ig5_caviar_p1', clip = 'base_idle' },----Animation
			prop = { model = `bv_bite_salad`, pos = vec3(0.0, 0.0, -0.05), rot = vec3(0.0, 0.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Bite Mixed Salad Bowl'
		}
},
	['bitecupecola'] = {
		label = 'Bite Ecola Cup',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
			prop = { model = `bv_bite_cup`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a cold Bite Ecola Cup'
		}
},
	['bitecupecolalight'] = {
		label = 'Bite Ecola Light Cup',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
			prop = { model = `bv_bite_cup`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a cold Bite Ecola Light Cup'
		}
},
	['bitecupsprunklight'] = {
		label = 'Bite Sprunk Light Cup',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
			prop = { model = `bv_bite_cup`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a cold Bite Sprunk Light Cup'
		}	
},
	['bitecupsprunklime'] = {
		label = 'Bite Sprunk Lime Cup',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
			prop = { model = `bv_bite_cup`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a cold Bite Sprunk Lime Flavoured Cup'
		}		
},
	['bitecupsprunk'] = {
		label = 'Bite Sprunk Cup',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = { dict = 'mp_player_intdrink', clip = 'loop_bottle' },
			prop = { model = `bv_bite_cup`, pos = vec3(0.025, 0.010, -0.01), rot = vec3(5.0, 5.0, -180.5) }, 
			usetime = 9500,
			notification = 'You enjoyed a cold Bite Sprunk Cup'
		}	
},
	['biteclub'] = {
		label = 'Bite Club Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_biteclub`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a BIte Club Sandwich'
		}
},
	['blackforestham'] = {
		label = 'Black Forest Ham Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_blackforestham`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Black Forest Ham Sandwich'
		}
},

	['chickenbaconranch'] = {
		label = 'Chicken Bacon Ranch Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_chickenbaconranch`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Chicken Bacon Ranch Sandwich'
		}
},

	['classictuna'] = {
		label = 'Classic Tuna Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_classictuna`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Classic Tuna Sandwich'
		}
},

	['coldcutcombo'] = {
		label = 'Cold Cut Combo Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_coldcutcombo`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Cold Cut Combo Sandwich'
		}
},

	['italian_bmt'] = {
		label = 'Italian B.M.T. Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_italian_bmt`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed an Italian B.M.T. Sandwich'
		}
},

	['meatballmarinara'] = {
		label = 'Meatball Marinara Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_meatballmarinara`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Meatball Marinara Sandwich'
		}
},

	['ovenroastedchicken'] = {
		label = 'Oven Roasted Chicken Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_ovenroastedchicken`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed an Oven Roasted Chicken Sandwich'
		}
},

	['roastbeef'] = {
		label = 'Roast Beef Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_roastbeef`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Roast Beef Sandwich'
		}
},

	['rotisseriechicken'] = {
		label = 'Rotisserie Chicken Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_rotisseriechicken`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Rotisserie Chicken Sandwich'
		}
},

	['spicyitalian'] = {
		label = 'Spicy Italian Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_spicyitalian`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Spicy Italian Sandwich'
		}
},

	['steakcheese'] = {
		label = 'Steak & Cheese Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_steakcheese`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Steak & Cheese Sandwich'
		}
},

	['sweetonionteriyaki'] = {
		label = 'Sweet Onion Teriyaki Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_sweetonionteriyaki`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Sweet Onion Teriyaki Sandwich'
		}
},

	['turkeybreast'] = {
		label = 'Turkey Breast Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_sweetonionteriyaki`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Turkey Breast Sandwich'
		}
},

	['veggiedelite'] = {
		label = 'Veggie Delite Sandwich',
		weight = 350,
		client = {
			status = { hunger = 20000 },
			anim = 'eating',
			prop = { model = `bv_sw_veggiedelite`, pos = vec3(0.0, 0.01, 0.0), rot = vec3(0.0, -90.0, 0.0) },
			usetime = 9500,
			notification = 'You enjoyed a Veggie Sandwich'
        }
},

ㅤㅤ

:warning: ( Note: This pack is prepared for ox_inventory ) :warning:

▬▬▬▬▬▬▬▬▬▬▬▬

102c86945d287423537b8b3321a616a305462892.png

1) Purchase and download the asset
2) Extract "bv_bite_sandwiches" into your resources folder
3) Add bv_bite_sandwiches into server.cfg
4) Import the items list into item.lua on ox_inventory
5) Paste the item images into *ox_inventory\web\images*

▬▬▬▬▬▬▬▬▬▬▬▬

BUY IT HERE! :arrow_lower_left:
Beavermods Store

▬▬▬▬▬▬▬▬

Icons for inventory system

Code is accessible No
Subscription-based No
Lines (approximately) N/A
Requirements N/A
Support Yes

Config Merger
Have you tried Config Merger? Merge your configs easily