🛠️
Rip | Development
DiscordTebex
  • Welcome
  • Free Scripts
    • Rip Dialog
      • Installation
      • Menu options
      • Functions
        • Client
  • Paid Scripts
    • 🪴Rip Weed Plants
      • Installation
    • 🐔Rip Chicken Job
      • Installation
Powered by GitBook
On this page
  1. Paid Scripts
  2. Rip Chicken Job

Installation

Requirements

  • es_extended or qb-core

Install

  • Extract the [Rip Chicken Job] folder.

  • Place it into the resources folder in your server.

  • Add this to your server.cfg. ensure [Rip Chicken Job]

  • Add the items to your inventory.

--rip chicken job items--
["rip_chicken"] = {
	label = "chicken",
	weight = 1000,
	stack = true,
	close = true,
},
		
["rip_chicken_plate"] = {
	label = "chicken plate",
	weight = 1000,
	stack = true,
	close = true,
	degrade = 120,
	decay = true,
},
--rip chicken job items--
["rip_chicken"] 				 = {["name"] = "rip_chicken", 			 	  	["label"] = "chicken", 					["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
["rip_chicken_plate"] 			 = {["name"] = "rip_chicken_plate", 			["label"] = "chicken plate", 			["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken_plate.png", 	["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},

Go to :

([Rip Chicken Job]\rip_chicken_job\localization\en_items.sql)

and Import it into your database.

  • Add the job to your server (optional).

Go to :

([Rip Chicken Job]\rip_chicken_job\localization\en_job.sql)

and Import it into your database.

Add this job to your shared file.

	chicken = {
		label = 'Chicken',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
			['0'] = { name = 'Employee', payment = 50 },
		},
	},
  • Add the images from this folder to your inventory (optional). ([Rip Chicken Job]\rip_chicken_job\imgs)

  • Modify (config.lua) file to suit your needs. there you will find all instructions (optional).

  • restart your server.

Requirements ألمتطلبات

  • es_extended او qb-core

Install ألتثبيت

  • [Rip Chicken Job] استخرج ملف.

  • resources حطه في ملف ال.

  • server.cfg حط داخل ملف ال. ensure [Rip Chicken Job]

  • ضيف هاي الايتمات للانفنتوري

--rip ايتمات وظيفة الدجاج--
["rip_chicken"] = {
	label = "دجاجه",
	weight = 1000,
	stack = true,
	close = true,
},
		
["rip_chicken_plate"] = {
	label = "صحن دجاج",
	weight = 1000,
	stack = true,
	close = true,
	degrade = 120,
	decay = true,
},
	--rip ايتمات وظيفة الدجاج--
	["rip_chicken"] 				 = {["name"] = "rip_chicken", 			 	  	["label"] = "دجاجه", 					["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["rip_chicken_plate"] 			 = {["name"] = "rip_chicken_plate", 			["label"] = "صحن دجاج", 			["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken_plate.png", 	["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},

روح لملف ال :

([Rip Chicken Job]\rip_chicken_job\localization\ar_items.sql)

وقم بأستخراجه الى الداتا بيس.

  • ضيف الوظيفة هاي لسيرفرك (اختياري)

روح لملف ال :

([Rip Chicken Job]\rip_chicken_job\localization\ar_job.sql)

وقم بأستخراجه الى الداتا بيس.

حط هذه الوظيفه بملف الشير.

	chicken = {
		label = 'الدواجن',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
			['0'] = { name = 'عامل', payment = 50 },
		},
	},
  • ضيف الصور الي بهاذا الملف الى الانفنتوري (اختياري) ([Rip Chicken Job]\rip_chicken_job\imgs)

  • قم بتعديل هاذا الملف ليناسب احتياجاتك. هناك ستجد جميع التعليمات (اختياري) (config.lua)

  • رست سيرفرك

PreviousRip Chicken Job

Last updated 6 months ago

🐔