Code Monkey home page Code Monkey logo

nkolean's Introduction

nkoLean

  • Advanced Drinking Lean [QBCORE]
  • New QBCore

Video Showcase

Discord

Features

  • Script using full qb-target
  • Easy editable Config file
  • Easy editable language file
  • Low Resmon
  • Crafting new items ( like jolly, ice )
  • Lean item gives you effects like drunk

Dependencies

Installation

  • Download the script and put it in the [qb] directory.
  • Add the following code to your server.cfg/resouces.cfg
ensure nkoLean
  • Add the following items to your qb-core/shared/items.lua
--nkoLean Items
['bowl'] 				 	 = {['name'] = 'bowl', 			  	  		['label'] = 'Plastic Cup', 					['weight'] = 10, 		['type'] = 'item', 		['image'] = 'bowl.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'An empty plastic cup..'},
['ice'] 				 	 = {['name'] = 'ice', 			  	  		['label'] = 'Ice', 					        ['weight'] = 30, 		['type'] = 'item', 		['image'] = 'ice.png', 			    ['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Buzzz..'},
['sprite'] 				 	 = {['name'] = 'sprite', 			  	  	['label'] = 'Sprite', 					    ['weight'] = 30, 		['type'] = 'item', 		['image'] = 'sprite.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Plain, lemon cold drink..'},
['jolly'] 				 	 = {['name'] = 'jolly', 			  	  	['label'] = 'Jolly', 				        ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'jolly.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Pack with teddy bear motif jellybeans..'},
['ibuprofen'] 				 = {['name'] = 'ibuprofen', 			  	['label'] = 'Dolven', 				        ['weight'] = 230, 		['type'] = 'item', 		['image'] = 'dolven.png', 		    ['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Cough syrup..'},
['lean'] 				     = {['name'] = 'lean', 			  	        ['label'] = 'Gizemli İçecek', 				['weight'] = 230, 		['type'] = 'item', 		['image'] = 'lean.png', 		    ['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'A purplish drink known locally as Lean'},
['spritedbowl'] 			 = {['name'] = 'spritedbowl', 			    ['label'] = 'Sprite Cup', 				    ['weight'] = 50, 		['type'] = 'item', 		['image'] = 'spritedbowl.png', 		['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Paper cup filled with Sprite..'},
['icedspritedbowl'] 		 = {['name'] = 'icedspritedbowl', 	        ['label'] = 'Cold Sprite', 				    ['weight'] = 100, 		['type'] = 'item', 		['image'] = 'icedspritedbowl.png', 	['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Sprite like bzzz..'},
['ibuprofenedbowl'] 		 = {['name'] = 'ibuprofenedbowl', 		    ['label'] = 'Red Drink', 				    ['weight'] = 250, 		['type'] = 'item', 		['image'] = 'ibuprofenedbowl.png', 	['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Drink, smells like syrup..'},

Image Showcase

image image

nkolean's People

Contributors

mertvein 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.