Giter Site home page Giter Site logo

kloud-food-delivery's Introduction

Kloud Fast Food Delivery

A highly optimized and highly configurable script made for FiveM by Kloud Development.

Preview

Features

  • Highly Configurable
  • Highly Optimized (0.00ms Idle ~ 0.06ms Job Active)
  • Usage of Targeting Script for more immersive experience
  • Prop Usage for more immersive experience
  • Smooth Animations

Dependencies

Required

Target

Inventory

Installation

For ox_inventory

  • ox_inventory/data/items.lua
['delivery_food'] = {
   label = 'Delivery Food',
   weight = 300,
   stack = false,
   close = false,
   description = 'Grab?'
},

['burger'] = {
   label = 'Hamburger',
   weight = 350,
   stack = true,
   close = true,
   description = "",
   client = {
   	status = { hunger = 230000 },
   	anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
   	prop = { model = 'prop_cs_burger_01', 
   	pos = vec3(0.05, -0.02, -0.03), rot = vec3(150.0, 340.0, 170.0) },
   	usetime = 7500,
   },
},

For QBCore

  • qb-core/shared/items.lua
    ['delivery_food']                 = {['name'] = 'delivery_food',                   ['label'] = 'Delivery Food',                  ['weight'] = 300,          ['type'] = 'item',         ['image'] = 'delivery_food.png',         ['unique'] = true,          ['useable'] = false,      ['shouldClose'] = true,      ['combinable'] = nil,   ['description'] = 'Grab food!?'},
    ['burger']                 = {['name'] = 'burger',                   ['label'] = 'Burger',                  ['weight'] = 300,          ['type'] = 'item',         ['image'] = 'burger.png',         ['unique'] = true,          ['useable'] = false,      ['shouldClose'] = true,      ['combinable'] = nil,   ['description'] = 'nom nom'},

Configuration

Language

  • Add to server.cfg
setr ox:locale en

server.cfg

ensure FRAMEWORK # es_extended / qb-core
ensure ox_lib
ensure TARGET # ox_target / qb-target
ensure INVENTORY # ox_inventory / qb-inventory / lj-inventory
ensure kloud-food-delivery

Support & Suggestions

Join My Discord Server for Support and Updates!

kloud-food-delivery's People

Contributors

kloudzxc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.